-
Notifications
You must be signed in to change notification settings - Fork 16
Unable to run Cucumber tests against ADB and CDK using libvirt #309
Comments
@hferentschik if these tests are running on the same setup then we have to clean vagrant box after each run. |
@praveenkumar We are doing "vagrant destroy" on every cucumber file ( |
I think it is more kvm/qemu. I ran into this before and I seem to recall that someone (Dusty!?) wrote an email about it as well once. I just cannot remember the right commands atm. |
See also vagrant-libvirt/vagrant-libvirt#85 |
@hferentschik So what I usually end up doing is execute below commands in case of libvirt provider to get clean environment for next test.
|
you need to have vagrant-libvirt in the plugins definition in the Gem file in order to load the libvirt plugin when running see #335 |
vagrant-libvirt is already added and the CentOS CI environment already runs against the libvirt provider. The problems lies somewhere else. |
Using something like
fails, whereas
works.
The underlying problems is most likely somewhere in the underlying kvm/qemu which also caches virtual machines. The tests will alternate between adb and cdk boxes, but I think that on libvirt always the same box is used. We might need to clean kvm.qemu after each run.
The text was updated successfully, but these errors were encountered: