From 780b666e057b1ba7ec23b3eb8c9f475784aa5cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Tue, 17 Dec 2024 11:39:06 +0100 Subject: [PATCH] tests/http-1down: Fix typo in test type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The netperf test type was misspelled in the http-1down test. Signed-off-by: Toke Høiland-Jørgensen --- flent/tests/http-1down.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flent/tests/http-1down.conf b/flent/tests/http-1down.conf index faa150a7..f3cdba5b 100644 --- a/flent/tests/http-1down.conf +++ b/flent/tests/http-1down.conf @@ -5,7 +5,7 @@ DESCRIPTION="HTTP get latency with competing TCP download stream" DEFAULTS={'PLOT': 'totals'} TOTAL_LENGTH=LENGTH+2*DELAY -DATA_SETS['TCP download'] = {'test': 'TCP_MEARTS', 'length': LENGTH, 'host': HOST, 'delay': DELAY, +DATA_SETS['TCP download'] = {'test': 'TCP_MAERTS', 'length': LENGTH, 'host': HOST, 'delay': DELAY, 'units': 'Mbits/s', 'runner': 'netperf_demo'} PLOTS['bandwidth'] = {'description': 'TCP bandwidth plot',