From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B226EA0525; Fri, 21 Feb 2020 02:50:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27D0425B3; Fri, 21 Feb 2020 02:50:00 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D8F2B1DBD for ; Fri, 21 Feb 2020 02:49:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 17:49:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,466,1574150400"; d="scan'208";a="254672641" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 20 Feb 2020 17:49:57 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Feb 2020 17:49:57 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Feb 2020 17:49:57 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.98]) with mapi id 14.03.0439.000; Fri, 21 Feb 2020 09:49:55 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]tests/TestSuite_dpdk_gro_lib: unnecessary compiling dpdk in vm Thread-Index: AQHV5kTV/oFOfGH++0mzb9p8Uvqs16gk5diA Date: Fri, 21 Feb 2020 01:49:54 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCC7B7@SHSMSX101.ccr.corp.intel.com> References: <1582020804-323548-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1582020804-323548-1-git-send-email-qimaix.xiao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/TestSuite_dpdk_gro_lib: unnecessary compiling dpdk in vm X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai > Sent: Tuesday, February 18, 2020 6:13 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1]tests/TestSuite_dpdk_gro_lib: unnecessary > compiling dpdk in vm >=20 > skip dpdk compiling in vm to reduce runtime >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_dpdk_gro_lib.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_dpdk_gro_lib.py > b/tests/TestSuite_dpdk_gro_lib.py index 2f89207..36841b9 100644 > --- a/tests/TestSuite_dpdk_gro_lib.py > +++ b/tests/TestSuite_dpdk_gro_lib.py > @@ -250,7 +250,7 @@ class TestDPDKGROLib(TestCase): > self.vm1.set_vm_device(**vm_params_1) > self.set_vm_cpu_number(self.vm1) > try: > - self.vm1_dut =3D self.vm1.start(load_config=3DFalse) > + self.vm1_dut =3D self.vm1.start(load_config=3DFalse, > + set_target=3DFalse) > if self.vm1_dut is None: > raise Exception("Set up VM ENV failed") > except Exception as e: > -- > 1.8.3.1