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

Message ID 20211020100925.219262-2-yanx.xia@intel.com (mailing list archive)
State Accepted
Headers
Series *** add dual_vlan support and not support |

Commit Message

Yan Xia Oct. 20, 2021, 10:09 a.m. UTC
  add dual_vlan support NIC

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

Patch

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))