test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vhost_event_idx_interrupt: flush output buffer before launch l3fwd
@ 2019-08-08  1:17 lihong
  2019-08-12  6:52 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: lihong @ 2019-08-08  1:17 UTC (permalink / raw)
  To: dts; +Cc: lihong

Signed-off-by: lihong <lihongx.ma@intel.com>
---
 tests/TestSuite_vhost_event_idx_interrupt.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vhost_event_idx_interrupt.py b/tests/TestSuite_vhost_event_idx_interrupt.py
index 24cd066..2d0bc38 100644
--- a/tests/TestSuite_vhost_event_idx_interrupt.py
+++ b/tests/TestSuite_vhost_event_idx_interrupt.py
@@ -111,6 +111,7 @@ class TestVhostEventIdxInterrupt(TestCase):
         command_line_client = command_client % (
                         self.core_mask_l3fwd, self.dut.get_memory_channels(),
                         vdev_info, port_info, config_info)
+        self.vhost.get_session_before(timeout=2)
         self.vhost.send_expect(command_line_client, "POWER", 40)
         time.sleep(10)
         out = self.vhost.get_session_before()
-- 
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-12  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-08  1:17 [dts] [PATCH V1] tests/vhost_event_idx_interrupt: flush output buffer before launch l3fwd lihong
2019-08-12  6:52 ` 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).