mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
test_l3_scenario_throughtput fix
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -297,8 +297,6 @@ def main():
|
|||||||
manager = args.manager
|
manager = args.manager
|
||||||
if (args.scenario is not None):
|
if (args.scenario is not None):
|
||||||
scenario = args.scenario
|
scenario = args.scenario
|
||||||
if (args.duration is not None):
|
|
||||||
duration = (args.duration * 60)/5
|
|
||||||
if (args.report_name is not None):
|
if (args.report_name is not None):
|
||||||
report_name = args.report_name
|
report_name = args.report_name
|
||||||
if (args.duration is None):
|
if (args.duration is None):
|
||||||
|
|||||||
Reference in New Issue
Block a user