From: Madhuri Appana <[email protected]> Re-arranged 9p test variant, As 9p test variant is defined below shutdown. With the modified patch the boot sequence will be boot, 9p-ci, shutdown which ensures proper termination of qemu after the test run using shutdown variant.
Signed-off-by: Madhuri Appana <[email protected]> --- client/virt/subtests.cfg.sample | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client/virt/subtests.cfg.sample b/client/virt/subtests.cfg.sample index 30b2589..d78f704 100644 --- a/client/virt/subtests.cfg.sample +++ b/client/virt/subtests.cfg.sample @@ -1459,12 +1459,6 @@ variants: wait_time_for_reset = 120 kill_vm_on_error = yes - - shutdown: install setup image_copy unattended_install.cdrom - type = shutdown - shutdown_method = shell - kill_vm = yes - kill_vm_gracefully = no - - 9p: install setup image_copy unattended_install.cdrom only Linux type = 9p @@ -1481,6 +1475,11 @@ variants: test_timeout = 72000 test_control_file = 9p-stress.control + - shutdown: install setup image_copy unattended_install.cdrom + type = shutdown + shutdown_method = shell + kill_vm = yes + kill_vm_gracefully = no # Do not define test variants below shutdown whql.support_vm_install, whql.client_install.support_vm: -- 1.7.6.4 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
