[dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported

Xie wei weix.xie at intel.com
Fri Jul 24 12:00:17 CEST 2020


add twinpond(ixgbe driver)supported

Signed-off-by: Xie wei <weix.xie at intel.com>
---
 tests/TestSuite_vf_packet_rxtx.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
index 8fc2a5f..a596305 100644
--- a/tests/TestSuite_vf_packet_rxtx.py
+++ b/tests/TestSuite_vf_packet_rxtx.py
@@ -65,7 +65,7 @@ class TestVfPacketRxtx(TestCase):
             if driver == 'igb_uio':
                 # start testpmd without the two VFs on the host
                 self.host_testpmd = PmdOutput(self.dut)
-                if (self.nic in ["niantic", "sageville", "sagepond"]):
+                if (self.nic in ["niantic", "sageville", "sagepond", "twinpond"]):
                     self.host_testpmd.start_testpmd("1S/9C/1T", "--txq=4 --rxq=4 ")
                 else:
                     self.host_testpmd.start_testpmd("1S/5C/1T")
-- 
2.17.1



More information about the dts mailing list