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 <mgoldish@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html