Skip to content

Commit

Permalink
Update avocado-vt lifecycle.cfg to remove a test-case (lop-devops#325)
Browse files Browse the repository at this point in the history
Removed Testcase:
virsh.domstate.error_test.kill_vm.after_stopping_libvirtd

The testcase stops libvirt and kills vm. After that, the entire
bucket stops running.
One has to manually add this line in .cfg file to run the
lifecycle bucket every time.

Signed-off-by: Misbah Anjum N <[email protected]>
  • Loading branch information
misanjumn authored Apr 16, 2024
1 parent a71daa2 commit 02a3bd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/tests/guest/libvirt/lifecycle.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ variants:
# Only supported for libxl hypervisor driver
no virsh.domstate.normal_test.reason.crash_vm.oncrash_rename_restart.restart_libvirtd
no virsh.domstate.normal_test.reason.crash_vm.oncrash_rename_restart.normal
# Stops libvirt and kills VM, thus halting the test run
no virsh.domstate.error_test.kill_vm.after_stopping_libvirtd
- domuuid:
only virsh.domuuid
- domxml:
Expand Down

0 comments on commit 02a3bd0

Please sign in to comment.