test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 2/2] tests/virtio_user_as_exceptional_path: modify testsuite by DPDK changed
@ 2022-11-16  2:01 Wei Ling
  2022-11-30  6:33 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2022-11-16  2:01 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

1.As DPDK commit 236bc417(app/testpmd: fix MAC header in checksum
forward engine),need to add `csum mac-swap off <port_id>` steps
in testsuite.

2.Delete the redundant white space to fix the error command issue.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/TestSuite_virtio_user_as_exceptional_path.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_virtio_user_as_exceptional_path.py b/tests/TestSuite_virtio_user_as_exceptional_path.py
index 509d63f3..a596f147 100644
--- a/tests/TestSuite_virtio_user_as_exceptional_path.py
+++ b/tests/TestSuite_virtio_user_as_exceptional_path.py
@@ -97,7 +97,7 @@ class TestVirtioUserAsExceptionalPath(TestCase):
         testcmd = self.app_testpmd_path + " "
         vdev = "--vdev=virtio_user0,mac=%s,path=/dev/vhost-net," % self.virtio_mac
         eal_params = self.dut.create_eal_parameters(cores=core_mask, ports=[self.pci0])
-        para = " queue_size=1024,queues=%s -- -i --rxd=1024 --txd=1024 %s" % (
+        para = "queue_size=1024,queues=%s -- -i --rxd=1024 --txd=1024 %s" % (
             self.queue,
             comment,
         )
@@ -130,6 +130,8 @@ class TestVirtioUserAsExceptionalPath(TestCase):
         self.vhost_user.send_expect("modprobe vhost-net", "#", 120)
         self.vhost_user.send_expect(self.testcmd_start, "testpmd> ", 120)
         self.vhost_user.send_expect("set fwd csum", "testpmd> ", 120)
+        self.vhost_user.send_expect("csum mac-swap off 0", "testpmd> ", 120)
+        self.vhost_user.send_expect("csum mac-swap off 1", "testpmd> ", 120)
         self.vhost_user.send_expect("stop", "testpmd> ", 120)
         self.vhost_user.send_expect("port stop 0", "testpmd> ", 120)
         self.vhost_user.send_expect("port stop 1", "testpmd> ", 120)
-- 
2.25.1


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

* [dts][PATCH V1 2/2] tests/virtio_user_as_exceptional_path: modify testsuite by DPDK changed
  2022-11-16  2:01 [dts][PATCH V1 2/2] tests/virtio_user_as_exceptional_path: modify testsuite by DPDK changed Wei Ling
@ 2022-11-30  6:33 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-11-30  6:33 UTC (permalink / raw)
  To: dts, Wei Ling; +Cc: Wei Ling

On Wed, 16 Nov 2022 10:01:30 +0800, Wei Ling <weix.ling@intel.com> wrote:
> 1.As DPDK commit 236bc417(app/testpmd: fix MAC header in checksum
> forward engine),need to add `csum mac-swap off <port_id>` steps
> in testsuite.
> 
> 2.Delete the redundant white space to fix the error command issue.
> 
> Signed-off-by: Wei Ling <weix.ling@intel.com>


Series applied, thanks

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

end of thread, other threads:[~2022-11-30  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  2:01 [dts][PATCH V1 2/2] tests/virtio_user_as_exceptional_path: modify testsuite by DPDK changed Wei Ling
2022-11-30  6:33 ` lijuan.tu

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).