Signed-off-by: Michael Goldish <mgold...@redhat.com> --- client/tests/kvm/kvm_tests.cfg.sample | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample index 12e907b..05a1ca7 100644 --- a/client/tests/kvm/kvm_tests.cfg.sample +++ b/client/tests/kvm/kvm_tests.cfg.sample @@ -126,6 +126,16 @@ variants: kill_vm_gracefully = no extra_params += " -snapshot" + - autoit: install setup + type = autoit + cdrom = windows/autoit.iso + autoit_binary = D:\AutoIt3.exe + autoit_script_timeout = 600 + autoit_script_params = + variants: + - notepad: + autoit_script = autoit/notepad1.au3 + - shutdown: install setup type = shutdown kill_vm = yes @@ -147,7 +157,7 @@ variants: variants: # Linux section - @Linux: - no timedrift + no timedrift autoit shutdown_command = shutdown -h now reboot_command = shutdown -r now status_test_command = echo $? -- 1.5.4.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html