summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-07-07 05:46:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-07 05:46:00 +0000
commit4ee3a546bb8f7739804177590824eb73ed7593e1 (patch)
tree1e61916f1f47d2e1a31759cd38d249ce75a07aa8
parent3831ae3fbffde0b081a952b2a19797d3a7a71555 (diff)
parent6a458ea97603ef97ef9b2e10bcfdbfd051ead2b1 (diff)
Merge "Sleep 1 sec after set test."
-rw-r--r--clover/test/fraser_a_b_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/clover/test/fraser_a_b_test.py b/clover/test/fraser_a_b_test.py
index cfbc79f..2270e04 100644
--- a/clover/test/fraser_a_b_test.py
+++ b/clover/test/fraser_a_b_test.py
@@ -218,6 +218,8 @@ def main(argv):
test_id = uuid.uuid4()
rr.set_route_rules(test_id)
tracing.setTest(test_id)
+ # wait 1 sec to avoid missing the first test result
+ time.sleep(1)
try:
output = subprocess.check_output(cmd, shell=True)
except subprocess.CalledProcessError, e: