From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 015252C12 for ; Tue, 11 Dec 2018 05:07:12 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2018 20:07:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,341,1539673200"; d="scan'208";a="117314877" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 10 Dec 2018 20:07:11 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Dec 2018 20:07:11 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Dec 2018 20:07:11 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.176]) with mapi id 14.03.0415.000; Tue, 11 Dec 2018 12:07:09 +0800 From: "Yao, BingX Y" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition Thread-Index: AQHUkPbgalWR3LvSFUu8aKd784+8iKV468xA Date: Tue, 11 Dec 2018 04:07:08 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E04ECD507@shsmsx102.ccr.corp.intel.com> References: <1544494453-21890-1-git-send-email-meijuanx.zhao@intel.com> <1544494453-21890-2-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1544494453-21890-2-git-send-email-meijuanx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 2/2] tests/vf macfilter:add filter condition 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: , X-List-Received-Date: Tue, 11 Dec 2018 04:07:13 -0000 -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan Sent: Tuesday, December 11, 2018 10:14 AM To: dts@dpdk.org Cc: Zhao, MeijuanX Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition this case only support fortville Signed-off-by: zhao,meijuan Tested-by:Yao,bing --- tests/TestSuite_vf_macfilter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter= .py index 12a08e8..4860120 100644 --- a/tests/TestSuite_vf_macfilter.py +++ b/tests/TestSuite_vf_macfilter.py @@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase): What's more, send packets with a wrong MAC address to the VF will not received by the VF. """ + self.verify(self.nic.startswith('fortville') =3D=3D True, "NIC is= =20 + [%s], skip this case" %self.nic) self.setup_2pf_2vf_1vm_env(False,driver=3D'igb_uio') self.send_packet_and_verify() =20 -- 2.17.2