[dts] [PATCH V1] tests/vhost_multi_queue_qemu: add wait_link_status_up before send pkt

lihong lihongx.ma at intel.com
Wed Oct 16 01:32:07 CEST 2019


Signed-off-by: lihong <lihongx.ma at intel.com>
---
 tests/TestSuite_vhost_multi_queue_qemu.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/TestSuite_vhost_multi_queue_qemu.py b/tests/TestSuite_vhost_multi_queue_qemu.py
index d31eb57..f31c132 100644
--- a/tests/TestSuite_vhost_multi_queue_qemu.py
+++ b/tests/TestSuite_vhost_multi_queue_qemu.py
@@ -256,6 +256,8 @@ class TestVhostMultiQueueQemu(TestCase):
         self.vm_dut.send_expect("start", "testpmd>")
 
         self.dut.send_expect("clear port stats all", "testpmd> ", 120)
+        res = self.pmd_out.wait_link_status_up('all', timeout = 15)
+        self.verify(res is True, 'There has port link is down')
         self.send_and_verify("vhost queue > virtio queue")
 
         self.vm_dut.send_expect("stop", "testpmd>", 20)
@@ -298,6 +300,8 @@ class TestVhostMultiQueueQemu(TestCase):
         self.vm_dut.send_expect("set fwd mac", "testpmd>", 20)
         self.vm_dut.send_expect("start", "testpmd>")
         self.dut.send_expect("clear port stats all", "testpmd> ", 120)
+        res = self.pmd_out.wait_link_status_up('all', timeout = 15)
+        self.verify(res is True, 'There has port link is down')
 
         self.send_and_verify("vhost queue < virtio queue")
 
-- 
2.7.4



More information about the dts mailing list