[dts] [PATCH V1] tests/shutdown_api update Rx offloads return value after enable crc-strp

wenjieli wenjiex.a.li at intel.com
Fri Sep 21 04:31:10 CEST 2018


Due to DPDK commit 323e7b667f18376c60351282950b28d4d0cc6165, the Rx offloads return 
value is changed from 0x1000 to 0x0, update dts to fit this change.

Signed-off-by: wenjieli <wenjiex.a.li at intel.com>
---
 tests/TestSuite_shutdown_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 52a8fbf..61a6d6b 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -274,7 +274,7 @@ class TestShutdownApi(TestCase):
         self.dut.send_expect("port start all", "testpmd> ", 100)
         out = self.dut.send_expect("show config rxtx", "testpmd> ")
         self.verify(
-            "Rx offloads=0x1000" in out, "CRC stripping not enabled properly")
+            "Rx offloads=0x0" in out, "CRC stripping not enabled properly")
         self.dut.send_expect("start", "testpmd> ")
         self.check_forwarding()
 
-- 
1.9.3



More information about the dts mailing list