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 52DB0A0524; Tue, 25 Feb 2020 03:35:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 191161F1C; Tue, 25 Feb 2020 03:35:07 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 03C5EA3 for ; Tue, 25 Feb 2020 03:35:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2020 18:35:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,482,1574150400"; d="scan'208";a="230873034" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 24 Feb 2020 18:35:04 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 18:35:04 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 24 Feb 2020 18:35:03 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by shsmsx102.ccr.corp.intel.com ([169.254.2.126]) with mapi id 14.03.0439.000; Tue, 25 Feb 2020 10:35:01 +0800 From: "Tu, Lijuan" To: "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests/vf_l3fwd: remove unsuitable verification Thread-Index: AQHV63c4fDYtRNvLCUyXjLKPr57wbagrMWXA Date: Tue, 25 Feb 2020 02:35:01 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCDC86@SHSMSX101.ccr.corp.intel.com> References: <1582621852-126582-1-git-send-email-lijuan.tu@intel.com> In-Reply-To: <1582621852-126582-1-git-send-email-lijuan.tu@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] tests/vf_l3fwd: remove unsuitable verification 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: Tu, Lijuan > Sent: Tuesday, February 25, 2020 5:11 PM > To: dts@dpdk.org > Cc: Tu, Lijuan > Subject: [dts] [PATCH] tests/vf_l3fwd: remove unsuitable verification >=20 > vf_l3fwd is a generic perf test suite, it can support Intel mainstream NI= Cs >=20 > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_vf_l3fwd.py | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/tests/TestSuite_vf_l3fwd.py b/tests/TestSuite_vf_l3fwd.py in= dex > 4098d23..1c3c001 100644 > --- a/tests/TestSuite_vf_l3fwd.py > +++ b/tests/TestSuite_vf_l3fwd.py > @@ -48,8 +48,6 @@ class TestVfL3fwd(TestCase): > Run at the start of each test suite. > """ > self.tester.extend_external_packet_generator(TestVfL3fwd, self) > - self.verify(self.nic in ["fortville_spirit", "fortville25g", "fo= rtville_eagle", > "niantic"], > - "NIC Unsupported: " + str(self.nic)) > self.dut_ports =3D self.dut.get_ports(self.nic) > self.requirt_ports_num =3D len(self.dut_ports) > global valports > -- > 1.8.3.1