We have a typo in the task file, where IPv4 UDP_STREAM version is run instead of IPv6 version.
This patch fixes that.
Signed-off-by: Jiri Prochazka jprochaz@redhat.com --- recipes/regression_tests/phase1/simple_netperf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes/regression_tests/phase1/simple_netperf.py b/recipes/regression_tests/phase1/simple_netperf.py index 8c0d6ef..3eb2a61 100644 --- a/recipes/regression_tests/phase1/simple_netperf.py +++ b/recipes/regression_tests/phase1/simple_netperf.py @@ -246,7 +246,7 @@ for setting in offload_settings:
baseline = perf_api.get_baseline_of_result(result_udp) netperf_baseline_template(netperf_cli_udp6, baseline) - udp_res_data = m2.run(netperf_cli_udp, + udp_res_data = m2.run(netperf_cli_udp6, timeout = (netperf_duration + nperf_reserve)*nperf_max_runs)
netperf_result_template(result_udp, udp_res_data)
On Thu, Mar 17, 2016 at 10:47:23PM +0100, Jiri Prochazka wrote:
We have a typo in the task file, where IPv4 UDP_STREAM version is run instead of IPv6 version.
This patch fixes that.
Signed-off-by: Jiri Prochazka jprochaz@redhat.com
Acked-by: Ondrej Lichtner olichtne@redhat.com
Thu, Mar 17, 2016 at 10:47:23PM CET, jprochaz@redhat.com wrote:
We have a typo in the task file, where IPv4 UDP_STREAM version is run instead of IPv6 version.
This patch fixes that.
Signed-off-by: Jiri Prochazka jprochaz@redhat.com
Applied. Thanks!
-Jan
lnst-developers@lists.fedorahosted.org