test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/pvp_virtio_user_4k_pages:set fwd mac
@ 2019-09-24 10:41 zhu wenhui
  2019-09-25  1:04 ` Zhu, ShuaiX
  2019-09-25  5:47 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: zhu wenhui @ 2019-09-24 10:41 UTC (permalink / raw)
  To: dts; +Cc: zhu wenhui

Set fwd mac to make the receiving packet normal.

Signed-off-by: zhu wenhui <wenhuix.zhu@intel.com>
---
 tests/TestSuite_pvp_virtio_user_4k_pages.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py b/tests/TestSuite_pvp_virtio_user_4k_pages.py
index fb12bff..d2b8df7 100644
--- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
+++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
@@ -138,6 +138,7 @@ class TestPvpVirtioUser4kPages(TestCase):
         command_line_client = command_line_client % (self.target,
                             self.core_mask_vhost_user, self.mem_channels, self.ports_socket)
         self.vhost_user.send_expect(command_line_client, "testpmd> ", 120)
+        self.vhost_user.send_expect("set fwd mac", "testpmd> ", 120)
         self.vhost_user.send_expect("start", "testpmd> ", 120)
 
     def start_testpmd_as_virtio(self):
-- 
2.17.2


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

end of thread, other threads:[~2019-09-25  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 10:41 [dts] [PATCH V2] tests/pvp_virtio_user_4k_pages:set fwd mac zhu wenhui
2019-09-25  1:04 ` Zhu, ShuaiX
2019-09-25  1:28   ` Wang, Yinan
2019-09-25  5:47 ` Tu, Lijuan

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