[dts] [PATCH V1] tests/vf_port_start_stop: remove crc-strip option

Fangfang Wei fangfangx.wei at intel.com
Fri Aug 25 10:54:40 CEST 2017


Remove "crc-strip" option in vf_port_start_stop suite.
Because of crc-strip default value is enabled in dpdk17.08.

Signed-off-by: Fangfang Wei <fangfangx.wei at intel.com>
---
 tests/TestSuite_vf_port_start_stop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_port_start_stop.py b/tests/TestSuite_vf_port_start_stop.py
index a272033..ddcfbc7 100644
--- a/tests/TestSuite_vf_port_start_stop.py
+++ b/tests/TestSuite_vf_port_start_stop.py
@@ -214,7 +214,7 @@ class TestVfPortStartStop(TestCase):
         self.vm0_dut_ports = self.vm_dut_0.get_ports('any')
 
         self.vm0_testpmd = PmdOutput(self.vm_dut_0)
-        self.vm0_testpmd.start_testpmd(VM_CORES_MASK, '--crc-strip')
+        self.vm0_testpmd.start_testpmd(VM_CORES_MASK)
         self.vm0_testpmd.execute_cmd('set fwd mac')
 
         time.sleep(2)
-- 
2.7.4



More information about the dts mailing list