From patchwork Wed Oct 21 03:36:35 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yolkfull Chow X-Patchwork-Id: 55047 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9L3adNB030235 for ; Wed, 21 Oct 2009 03:36:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752278AbZJUDgc (ORCPT ); Tue, 20 Oct 2009 23:36:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752372AbZJUDgc (ORCPT ); Tue, 20 Oct 2009 23:36:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46273 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612AbZJUDgb (ORCPT ); Tue, 20 Oct 2009 23:36:31 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9L3aZQt009834; Tue, 20 Oct 2009 23:36:35 -0400 Received: from localhost.localdomain (dhcp-65-181.nay.redhat.com [10.66.65.181]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9L3aWfg030438; Tue, 20 Oct 2009 23:36:33 -0400 From: Yolkfull Chow To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Yolkfull Chow Subject: [PATCH] Add 'downscript=no' into kvm command line Date: Wed, 21 Oct 2009 11:36:35 +0800 Message-Id: <1256096195-4277-1-git-send-email-yzhou@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index a8d96ca..0b8efbc 100755 --- a/client/tests/kvm/kvm_vm.py +++ b/client/tests/kvm/kvm_vm.py @@ -252,6 +252,8 @@ class VM: if script_path: script_path = kvm_utils.get_path(root_dir, script_path) qemu_cmd += ",downscript=%s" % script_path + else: + qemu_cmd += ",downscript=no" # Proceed to next NIC vlan += 1