test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2 1/5] fix TestSuite ieee1588
@ 2016-09-21 10:18 xu,gang
  2016-09-21 10:18 ` [dts] [PATCH V2 2/5] fix TestSuite unit_tests_mbuf xu,gang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: xu,gang @ 2016-09-21 10:18 UTC (permalink / raw)
  To: dts; +Cc: xu,gang

wait for subprocess end in scapy_execute()

Signed-off-by: xu,gang <gangx.xu@intel.com>
---
 tests/TestSuite_ieee1588.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_ieee1588.py b/tests/TestSuite_ieee1588.py
index bfbb23b..7976c9f 100644
--- a/tests/TestSuite_ieee1588.py
+++ b/tests/TestSuite_ieee1588.py
@@ -92,6 +92,7 @@ class TestIeee1588(TestCase):
         self.tester.scapy_append('time.sleep(1)')
 
         self.tester.scapy_execute()
+        time.sleep(10)
         out = self.tester.scapy_get_result()
         self.verify("0x88f7" in out, "Ether type is not PTP")
         # self.verify("\\x00\\x02" in out, "Payload wrong in PTP")
-- 
1.9.3

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

end of thread, other threads:[~2016-09-22  1:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 10:18 [dts] [PATCH V2 1/5] fix TestSuite ieee1588 xu,gang
2016-09-21 10:18 ` [dts] [PATCH V2 2/5] fix TestSuite unit_tests_mbuf xu,gang
2016-09-22  1:05   ` Liu, Yong
2016-09-21 10:18 ` [dts] [PATCH V2 3/5] fix TestSuite unit_tests_ringpmd xu,gang
2016-09-22  1:02   ` Liu, Yong
2016-09-21 10:18 ` [dts] [PATCH V2 4/5] fix TestSuite coremask xu,gang
2016-09-22  1:04   ` Liu, Yong
2016-09-21 10:18 ` [dts] [PATCH V2 5/5] increased huge page memory size on FreeBSD xu,gang
2016-09-22  1:16   ` Liu, Yong
2016-09-22  1:28 ` [dts] [PATCH V2 1/5] fix TestSuite ieee1588 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).