Skip to content

Commit

Permalink
fix buf in Iperf init
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Daniele <[email protected]>
  • Loading branch information
SalDaniele committed May 20, 2024
1 parent b7a3431 commit 80891c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class IperfServer(perf.PerfServer):
def __init__(self, tc: TestConfig, ts: TestSettings):

if self.exec_persistent:
if ts.server_is_persistent:
self.template_args["command"] = IPERF_EXE
self.template_args["args"] = f'["-s", "-p", "{self.port}"]'

Expand Down

0 comments on commit 80891c7

Please sign in to comment.