[dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition

zhao,meijuan meijuanx.zhao at intel.com
Tue Dec 11 03:14:13 CET 2018


this case only support fortville

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 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') == True, "NIC is [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.send_packet_and_verify()
 
-- 
2.17.2



More information about the dts mailing list