test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] fix cannot get output bug of timer
@ 2015-10-23  6:38 xu,huilong
  2015-10-23  6:39 ` [dts] [PATCH] fix cannot get output bug of ieee1588 xu,huilong
  2015-10-23  7:40 ` [dts] [PATCH] fix cannot get output bug of timer Liu, Yong
  0 siblings, 2 replies; 4+ messages in thread
From: xu,huilong @ 2015-10-23  6:38 UTC (permalink / raw)
  To: dts

From: haifeng <haifengx.tang@intel.com>

Signed-off-by: haifeng <haifengx.tang@intel.com>
---
 tests/TestSuite_timer.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_timer.py b/tests/TestSuite_timer.py
index 7b88d56..765770d 100644
--- a/tests/TestSuite_timer.py
+++ b/tests/TestSuite_timer.py
@@ -76,7 +76,8 @@ class TestTimer(TestCase):
 
         self.dut.send_expect(cmdline, "# ", 1)
         time.sleep(15)
-        out = self.dut.send_expect("killall timer", "# ", 5)
+        out = self.dut.get_session_output()
+        self.dut.send_expect("killall timer", "# ", 5)
 
         # verify timer0
         dts.regexp(out, r'timer0_cb\(\) on lcore (\d+)')
-- 
1.9.3

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

end of thread, other threads:[~2015-10-23  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23  6:38 [dts] [PATCH] fix cannot get output bug of timer xu,huilong
2015-10-23  6:39 ` [dts] [PATCH] fix cannot get output bug of ieee1588 xu,huilong
2015-10-23  7:40   ` Liu, Yong
2015-10-23  7:40 ` [dts] [PATCH] fix cannot get output bug of timer Liu, Yong

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).