From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Kong Subject: [PATCH v2 16/17] Vlan: Replace extra_params '-snapshot' with image_snapshot Date: Mon, 23 Aug 2010 16:54:00 +0800 Message-ID: <20100823085400.19173.80449.stgit@190> References: <20100823084745.19173.61655.stgit@190> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: lmr@redhat.com, kvm@vger.kernel.org To: autotest@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45424 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752187Ab0HWIvF (ORCPT ); Mon, 23 Aug 2010 04:51:05 -0400 In-Reply-To: <20100823084745.19173.61655.stgit@190> Sender: kvm-owner@vger.kernel.org List-ID: 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 --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index d893d3a..8af3a52 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -352,8 +352,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