Signed-off-by: Jan Tluka jtluka@redhat.com --- recipes/regression_tests/phase3/short_lived_connections.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes/regression_tests/phase3/short_lived_connections.py b/recipes/regression_tests/phase3/short_lived_connections.py index ecb7194..9a701f4 100644 --- a/recipes/regression_tests/phase3/short_lived_connections.py +++ b/recipes/regression_tests/phase3/short_lived_connections.py @@ -121,7 +121,6 @@ ctl.wait(2) for size in nperf_sizes.split(): if 'TCP_RR' in nperf_tests.split(): netperf_cli_tcp_rr.update_options({"testoptions": "-r %s" % size}) - netperf_cli_tcp_crr.update_options({"testoptions": "-r %s" % size})
if nperf_mode == "multi": netperf_cli_tcp_rr.unset_option("confidence") @@ -158,6 +157,8 @@ for size in nperf_sizes.split(): perf_api.save_result(result_tcp_rr, official_result)
if 'TCP_CRR' in nperf_tests.split(): + netperf_cli_tcp_crr.update_options({"testoptions": "-r %s" % size}) + # prepare PerfRepo result for tcp_crr result_tcp_crr = perf_api.new_result("tcp_crr_id", "tcp_crr_result",
Thu, Dec 06, 2018 at 05:14:04PM CET, jtluka@redhat.com wrote:
Signed-off-by: Jan Tluka jtluka@redhat.com
recipes/regression_tests/phase3/short_lived_connections.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes/regression_tests/phase3/short_lived_connections.py b/recipes/regression_tests/phase3/short_lived_connections.py index ecb7194..9a701f4 100644 --- a/recipes/regression_tests/phase3/short_lived_connections.py +++ b/recipes/regression_tests/phase3/short_lived_connections.py @@ -121,7 +121,6 @@ ctl.wait(2) for size in nperf_sizes.split(): if 'TCP_RR' in nperf_tests.split(): netperf_cli_tcp_rr.update_options({"testoptions": "-r %s" % size})
netperf_cli_tcp_crr.update_options({"testoptions": "-r %s" % size}) if nperf_mode == "multi": netperf_cli_tcp_rr.unset_option("confidence")
@@ -158,6 +157,8 @@ for size in nperf_sizes.split(): perf_api.save_result(result_tcp_rr, official_result)
if 'TCP_CRR' in nperf_tests.split():
netperf_cli_tcp_crr.update_options({"testoptions": "-r %s" % size})
# prepare PerfRepo result for tcp_crr result_tcp_crr = perf_api.new_result("tcp_crr_id", "tcp_crr_result",
Pushed.
-Jan
lnst-developers@lists.fedorahosted.org