Continuing work on regression test, adding requirements to update_dependencies.py

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-02-17 14:46:11 -08:00
parent c2d0655680
commit bd64f1c1c6
3 changed files with 4 additions and 4 deletions

View File

@@ -322,7 +322,7 @@ def main():
Scenario_2 = LoadScenario(manager, 8080, scenario)
#Wait for Sometime
time.sleep(10)
duration_sec=Realm.parse_time(args.duration).total_minutes()
duration_sec=Realm.parse_time(args.duration).total_seconds() * 60
# Port Utility function for reading CX and VAP
PortUtility(manager,8080, duration_sec, report_name, scenario, test_detail)