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

Yao, BingX Y bingx.y.yao at intel.com
Tue Dec 11 05:07:08 CET 2018



-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhao,meijuan
Sent: Tuesday, December 11, 2018 10:14 AM
To: dts at dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao at intel.com>
Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition

this case only support fortville

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
Tested-by:Yao,bing<bingx.y.yao 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