Currently the boot test starts the VM only if it isn't already running.
If the VM is running, the boot test is essentially a login test.
'restart_vm = yes' will make the preprocessor restart the VM anyway.

Signed-off-by: Michael Goldish <[email protected]>
---
 client/tests/kvm/tests_base.cfg.sample |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample 
b/client/tests/kvm/tests_base.cfg.sample
index 87aeb67..6eeecb9 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -73,6 +73,7 @@ variants:
 
     - boot:         install setup unattended_install
         type = boot
+        restart_vm = yes
         kill_vm_on_error = yes
 
     - reboot:       install setup unattended_install
-- 
1.5.4.1

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to