From: Michael Goldish <mgold...@redhat.com>

The current migration_test_command is "help", which for some reason returns a
non-zero %errorlevel%. This makes get_command_status_output report the output
as if an error has occurred. "ver && vol" returns 0, and is also probably more
informative.

Signed-off-by: Michael Goldish <mgold...@redhat.com>

diff --git a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample 
b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample
index 68df834..cc0907b 100644
--- a/client/tests/kvm_runtest_2/kvm_tests.cfg.sample
+++ b/client/tests/kvm_runtest_2/kvm_tests.cfg.sample
@@ -269,6 +269,8 @@ variants:
         ssh_status_test_command = echo %errorlevel%
         username = Administrator
         password = 123456
+        migrate:
+            migration_test_command = ver && vol
 
         variants:
             - Win2000:
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to