[dts] [PATCH V1 1/2] tests/generic_flow_api: add dual_vlan support NIC

Yan Xia yanx.xia at intel.com
Wed Oct 20 12:09:24 CEST 2021


add dual_vlan support NIC

Signed-off-by: Yan Xia <yanx.xia at intel.com>
---
 tests/TestSuite_generic_flow_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index 2c17e4fc..dfd8275d 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -2484,7 +2484,7 @@ class TestGeneric_flow_api(TestCase):
         Test with flow type dual vlan(QinQ).
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g",
-                                 "carlsville"], "NIC Unsupported: " + str(self.nic))
+                                 "carlsville", "fortpark_BASE-T", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic))
         for queue in testQueues:
             self.pmdout.start_testpmd(
                 "Default", "  --portmask=0x1 --rxq=%d --txq=%d" % (queue, queue))
-- 
2.32.0



More information about the dts mailing list