test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf_port_start_stop: remove crc-strip option
@ 2017-08-25  8:54 Fangfang Wei
  2017-08-28  9:44 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Fangfang Wei @ 2017-08-25  8:54 UTC (permalink / raw)
  To: dts; +Cc: Fangfang Wei

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/vf_port_start_stop: remove crc-strip option
  2017-08-25  8:54 [dts] [PATCH V1] tests/vf_port_start_stop: remove crc-strip option Fangfang Wei
@ 2017-08-28  9:44 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-28  9:44 UTC (permalink / raw)
  To: Fangfang Wei, dts

Thanks, Fangfang. Applied.

On 08/25/2017 04:54 PM, Fangfang Wei wrote:
> 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@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-28  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25  8:54 [dts] [PATCH V1] tests/vf_port_start_stop: remove crc-strip option Fangfang Wei
2017-08-28  9:44 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).