From 1d01426ec9aec4bf9f52cfb2408be4034eea285c Mon Sep 17 00:00:00 2001 From: Mike Qiu Date: Mon, 27 May 2013 01:18:49 -0400 Subject: [PATCH] qemu.balloon_check:add the missing command to cfg file When run the case balloon_check.balloon_evict.balloon-migrate, it will get 'SKIP' result becasue the needed command 'migration_test_command' has been removed.This command will be used in migration tests. Readd the command to solve this problem. Signed-off-by: Mike Qiu --- qemu/tests/cfg/balloon_check.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/tests/cfg/balloon_check.cfg b/qemu/tests/cfg/balloon_check.cfg index 688226f9..e026297e 100644 --- a/qemu/tests/cfg/balloon_check.cfg +++ b/qemu/tests/cfg/balloon_check.cfg @@ -15,6 +15,7 @@ - balloon-migrate: sub_balloon_test_enlarge = "migration" sub_balloon_test_evict = "migration" + migration_test_command = help - guest_s3: extra_params += " -global PIIX4_PM.disable_s3=0" sub_balloon_test_enlarge = "guest_suspend" -- GitLab