From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH 17/18] KVM test: vlan subtest - Replace extra_params '-snapshot' with image_snapshot Date: Tue, 14 Sep 2010 19:25:42 -0300 Message-ID: <1284503143-5993-18-git-send-email-lmr@redhat.com> References: <1284503143-5993-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: autotest@test.kernel.org Return-path: In-Reply-To: <1284503143-5993-1-git-send-email-lmr@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org From: Amos Kong Framework could not totalise default extra_params and extra_params_vm1 in the following condition, it's difficult to realise when parsing config file or calling get_sub_dict*(). extra_params += ' str1' - case: extra_params_vm1 += " str2" Signed-off-by: Amos Kong --- client/tests/kvm/tests_base.cfg.sample | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index f53b3f7..b543606 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -468,8 +468,7 @@ variants: send_cmd = "nc %s %s < %s" nic_mode = tap vms += " vm2" - extra_params_vm1 += " -snapshot" - extra_params_vm2 += " -snapshot" + image_snapshot = yes kill_vm_vm2 = yes kill_vm_gracefully_vm2 = no -- 1.7.2.2