[dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T supported

Xie Wei weix.xie at intel.com
Wed Apr 29 10:40:26 CEST 2020


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

diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py
index f5a5038..f2f28fe 100755
--- a/tests/TestSuite_vf_kernel.py
+++ b/tests/TestSuite_vf_kernel.py
@@ -560,7 +560,7 @@ class TestVfKernel(TestCase):
         self.verify(self.dmac.upper() in out, "PF can't receive packet")
 
         # Change kernel VF mtu as 3000,check no confusion/crash on DPDK PF
-        if self.nic.startswith('fortville') or self.nic.startswith('carlsville'):
+        if self.nic.startswith('fortville') or self.nic.startswith('carlsville') or self.nic.startswith('fortpark_BASE-T'):
             self.vm0_dut.send_expect(
                 "ifconfig %s mtu 3000" % self.vm0_intf0, "#")
 
-- 
2.17.2



More information about the dts mailing list