[dts] [PATCH V1 3/5] tests/vf_jumboframe: update scripts to meet CVL

Haiyang Zhao haiyangx.zhao at intel.com
Thu Jun 11 08:59:38 CEST 2020


 *.update scripts to meet CVL.

Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 tests/TestSuite_vf_jumboframe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_jumboframe.py b/tests/TestSuite_vf_jumboframe.py
index 519e7aa..fcdf1b1 100644
--- a/tests/TestSuite_vf_jumboframe.py
+++ b/tests/TestSuite_vf_jumboframe.py
@@ -190,7 +190,7 @@ class TestVfJumboFrame(TestCase):
         if received:
             self.verify((rx_pkts == 1) and (tx_pkts == 1), "Packet forward assert error")
 
-            if self.kdriver == "ixgbe":
+            if self.kdriver == "ixgbe" or self.kdriver == 'ice':
                 self.verify((rx_bytes + 4) == pktsize, "Rx packet size should be packet size - 4")
             else:
                 self.verify(rx_bytes == pktsize, "Rx packet size should be equal to packet size")
-- 
1.8.3.1



More information about the dts mailing list