From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6258A5B2E for ; Wed, 26 Dec 2018 10:50:02 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2018 01:50:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,400,1539673200"; d="scan'208";a="101468561" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga007.jf.intel.com with ESMTP; 26 Dec 2018 01:50:01 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 01:49:58 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 26 Dec 2018 01:49:56 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.59]) with mapi id 14.03.0415.000; Wed, 26 Dec 2018 17:49:54 +0800 From: "Yao, BingX Y" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter Thread-Index: AQHUnP7H9eJlzjHgIEWcvCcNuaQD+qWQxoNQ Date: Wed, 26 Dec 2018 09:49:54 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E04ECEC5F@shsmsx102.ccr.corp.intel.com> References: <1545817304-3890-1-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1545817304-3890-1-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 1/2] tests/vf macfilter: add support nic filter 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: Wed, 26 Dec 2018 09:50:02 -0000 Tested-by: Yao,bing -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan Sent: Wednesday, December 26, 2018 5:42 PM To: dts@dpdk.org Cc: Zhao, MeijuanX Subject: [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter Signed-off-by: zhao,meijuan --- 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 4860120..5549c33 100644 --- a/tests/TestSuite_vf_macfilter.py +++ b/tests/TestSuite_vf_macfilter.py @@ -204,6 +204,7 @@ class TestVfMacFilter(TestCase): not RX the packets works. Also send the packets with wrong MAC address to VF, check if the VF will not RX the packets. """ + self.verify(self.nic.startswith('powerville') =3D=3D False, "NIC i= s=20 + [%s], skip this case" %self.nic) self.setup_2pf_2vf_1vm_env(False,driver=3D'igb_uio') self.result_verify_iplink(False) =20 -- 2.17.2