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

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


Set fwd mac to make the receiving packet normal.

Signed-off-by: zhuwenhui <wenhuix.zhu at 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 11079a4..b170d95 100644
--- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
+++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
@@ -150,6 +150,7 @@ class TestPVPVirtioWith2Mhuge(TestCase):
         command_line_user = command_line_user % (self.target,
                 self.mem_channels, self.core_mask_virtio_user)
         self.virtio_user.send_expect(command_line_user, "testpmd> ", 120)
+        self.virtio_user.send_expect("set fwd mac", "testpmd> ", 120)
         self.virtio_user.send_expect("start", "testpmd> ", 120)
 
     def prepare_tmpfs_for_4k(self):
-- 
2.17.2



More information about the dts mailing list