From: Michael Goldish <[email protected]> It shouldn't be too risky to run these tests without -snapshot. It will also save some time because the following tests, which run without -snapshot, won't have to restart the VM. That's true since following tests do not use -snapshot, so the framework shuts down the VM and re-run without -snapshot.
Signed-off-by: Michael Goldish <[email protected]> Signed-off-by: Uri Lublin <[email protected]> diff --git a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample index cc0907b..9798c83 100644 --- a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample +++ b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample @@ -42,13 +42,11 @@ variants: - boot: install setup type = boot - extra_params += " -snapshot" kill_vm_on_error = yes - reboot: install setup type = boot reboot = yes - extra_params += " -snapshot" kill_vm_on_error = yes - migrate: install setup -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
