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

zhao,meijuan meijuanx.zhao at intel.com
Wed Dec 26 10:41:43 CET 2018


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