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

Xie, WeiX weix.xie at intel.com
Wed Apr 29 10:45:00 CEST 2020


Tested-by:  Xie,WeiX < weix.xie at intel.com>

Regards,
Xie Wei


-----Original Message-----
From: Xie, WeiX 
Sent: Wednesday, April 29, 2020 4:40 PM
To: dts at dpdk.org
Cc: Xie, WeiX <weix.xie at intel.com>
Subject: [dts][PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T supported

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestVfKernel.log
Type: application/octet-stream
Size: 291218 bytes
Desc: TestVfKernel.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20200429/027ec1c5/attachment.obj>


More information about the dts mailing list