[dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter

Yao, BingX Y bingx.y.yao at intel.com
Wed Dec 26 10:49:54 CET 2018


Tested-by: Yao,bing<bingx.y.yao at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhao,meijuan
Sent: Wednesday, December 26, 2018 5:42 PM
To: dts at dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
Subject: [dts] [PATCH V1 1/2] tests/vf macfilter: add support nic filter

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
---
 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') == False, "NIC is 
+ [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.result_verify_iplink(False)
 
--
2.17.2



More information about the dts mailing list