From 4325f805e4ecc342d6f5bb49729e69e1e3e4a2cb Mon Sep 17 00:00:00 2001 From: shivamcandela Date: Thu, 24 Sep 2020 21:07:33 +0530 Subject: [PATCH] Scenario Load and Throughput Measurements --- py-scripts/test_l3_scenario_throughput.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-scripts/test_l3_scenario_throughput.py b/py-scripts/test_l3_scenario_throughput.py index 33099111..c3770bd9 100644 --- a/py-scripts/test_l3_scenario_throughput.py +++ b/py-scripts/test_l3_scenario_throughput.py @@ -218,7 +218,7 @@ class FindPorts(LFCliBase): return self.local_realm.vap_list() # Utility to Find the Traffic Running on Existing CX and VAP -def PortUtils(host, port, duration, report_name, scenario, detail): +def PortUtility(host, port, duration, report_name, scenario, detail): lf_utils = FindPorts(host, port) @@ -324,7 +324,7 @@ def main(): time.sleep(10) # Port Utility function for reading CX and VAP - PortUtils(manager,8080, duration, report_name, scenario, test_detail) + PortUtility(manager,8080, duration, report_name, scenario, test_detail)