There were two ctl.wait() calls in the task. One is redundant so I removed it.
Signed-off-by: Jan Tluka jtluka@redhat.com --- recipes/regression_tests/phase1/simple_netperf.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/recipes/regression_tests/phase1/simple_netperf.py b/recipes/regression_tests/phase1/simple_netperf.py index 6762a60..407ee5d 100644 --- a/recipes/regression_tests/phase1/simple_netperf.py +++ b/recipes/regression_tests/phase1/simple_netperf.py @@ -53,8 +53,6 @@ if nperf_cpupin: for m, d in [ (m1, m1_testiface), (m2, m2_testiface) ]: pin_dev_irqs(m, d, 0)
-ctl.wait(15) - p_opts = "-L %s" % (m2_testiface.get_ip(0)) if nperf_cpupin and nperf_mode != "multi": p_opts += " -T%s,%s" % (nperf_cpupin, nperf_cpupin)
lnst-developers@lists.fedorahosted.org