test suite reviews and discussions
 help / color / mirror / Atom feed
From: lihong <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: lihong <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1] tests/vhost_multi_queue_qemu: add wait_link_status_up before send pkt
Date: Wed, 16 Oct 2019 07:32:07 +0800	[thread overview]
Message-ID: <1571182327-28711-1-git-send-email-lihongx.ma@intel.com> (raw)

Signed-off-by: lihong <lihongx.ma@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


             reply	other threads:[~2019-10-16  6:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15 23:32 lihong [this message]
2019-10-17  1:55 ` Wang, Yinan
2019-10-22  9:09 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1571182327-28711-1-git-send-email-lihongx.ma@intel.com \
    --to=lihongx.ma@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).