Skip to content

Commit

Permalink
tests/http-1down: Fix typo in test type
Browse files Browse the repository at this point in the history
The netperf test type was misspelled in the http-1down test.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Dec 17, 2024
1 parent e026844 commit 780b666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flent/tests/http-1down.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 780b666

Please sign in to comment.