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 DA522A00BE; Mon, 27 Apr 2020 09:53:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D05761C139; Mon, 27 Apr 2020 09:53:44 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C73B21BF8E for ; Mon, 27 Apr 2020 09:53:42 +0200 (CEST) IronPort-SDR: jR2pCiKhmSQvM6AOP4i/7wODp7EXjo1oEj6jAdUdFEENkWA1wslqsddMyEBf7qht6tJhUsR0ku uF416eugAojg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 00:53:41 -0700 IronPort-SDR: h9cORBv2qN3V3b/1zcvDsYtpA44rYUcFGC+fSTKswXbTw8I9WtHbiL4z6cxeP+L0qqzJsvssHI VxhP0T/eL2Og== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,323,1583222400"; d="scan'208";a="275359717" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2020 00:53:41 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:53:41 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:53:41 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.214]) with mapi id 14.03.0439.000; Mon, 27 Apr 2020 15:50:40 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v1] tests/TestSuite_vm_hotplug:add nic carlsville Thread-Index: AQHWGhbNUNf3FuzLwESXCzKs2dieS6iMnOZg Date: Mon, 27 Apr 2020 07:50:39 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC12A23@SHSMSX101.ccr.corp.intel.com> References: <1587718350-96542-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1587718350-96542-1-git-send-email-hailinx.xu@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_vm_hotplug:add nic carlsville 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 Xu, Hailin > Sent: Friday, April 24, 2020 4:53 PM > To: dts@dpdk.org > Cc: Xu, HailinX > Subject: [dts] [PATCH v1] tests/TestSuite_vm_hotplug:add nic carlsville >=20 > From: "xu,hailin" >=20 > carlsville driver is i40e, so the nic support the suite. >=20 > Signed-off-by: xu,hailin > --- > tests/TestSuite_vm_hotplug.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vm_hotplug.py b/tests/TestSuite_vm_hotplug.p= y > index 35c3bb1..45cfc89 100644 > --- a/tests/TestSuite_vm_hotplug.py > +++ b/tests/TestSuite_vm_hotplug.py > @@ -292,7 +292,7 @@ class TestVmHotplug(TestCase): > time.sleep(1) > sign =3D 'Connection' > lis1 =3D ['fortville_spirit', 'fortville_eagle', 'sagepond', 'tw= inpond', > 'sageville'] > - lis2 =3D ['fortpark_TLV', 'fortville_25g',"fortpark_BASE-T"] > + lis2 =3D ['fortpark_TLV', 'fortville_25g',"fortpark_BASE-T", > + "carlsville"] > if self.nic in lis1: > sign =3D 'Ethernet' > elif self.nic in lis2: > -- > 1.8.3.1