test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/pvp_share_lib:add set fwd mac
@ 2019-09-17  8:36 zhuwenhui
  2019-09-17  8:36 ` [dts] [PATCH V1] tests/virtio_user_for_container_networking:make mac take effect zhuwenhui
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: zhuwenhui @ 2019-09-17  8:36 UTC (permalink / raw)
  To: dts; +Cc: zhuwenhui

Set fwd mac to make the receiving packet normal.

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

diff --git a/tests/TestSuite_pvp_share_lib.py b/tests/TestSuite_pvp_share_lib.py
index f117fd5..71fbe06 100644
--- a/tests/TestSuite_pvp_share_lib.py
+++ b/tests/TestSuite_pvp_share_lib.py
@@ -141,6 +141,7 @@ class TestPVPShareLib(TestCase):
         command_line_client = command_line_client % (self.target,
                         self.core_mask_vhost_user, self.mem_channels, driver)
         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] 13+ messages in thread

end of thread, other threads:[~2019-09-20  6:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17  8:36 [dts] [PATCH V1] tests/pvp_share_lib:add set fwd mac zhuwenhui
2019-09-17  8:36 ` [dts] [PATCH V1] tests/virtio_user_for_container_networking:make mac take effect zhuwenhui
2019-09-17  8:44   ` Zhu, ShuaiX
2019-09-19  6:52     ` Wang, Yinan
2019-09-20  6:37   ` Tu, Lijuan
2019-09-17  8:36 ` [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:add set fwd mac zhuwenhui
2019-09-17  8:44   ` Zhu, ShuaiX
2019-09-19  6:53     ` Wang, Yinan
2019-09-20  6:35     ` Tu, Lijuan
2019-09-20  6:36   ` Tu, Lijuan
2019-09-17  8:44 ` [dts] [PATCH V1] tests/pvp_share_lib:add " Zhu, ShuaiX
2019-09-19  6:53   ` Wang, Yinan
2019-09-20  6:36 ` 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).