[dts] [PATCH V1] tests/pvp_share_lib:add set fwd mac

zhuwenhui wenhuix.zhu at intel.com
Tue Sep 17 10:36:26 CEST 2019


Set fwd mac to make the receiving packet normal.

Signed-off-by: zhuwenhui <wenhuix.zhu at 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



More information about the dts mailing list