From 875942bd75703ab9f2a027a6a64723aa845412ec Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 28 Dec 2020 13:11:18 -0800 Subject: [PATCH] monitor correction --- py-scripts/test_ipv4_variable_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_ipv4_variable_time.py b/py-scripts/test_ipv4_variable_time.py index cf9ac1ef..8d4306cb 100755 --- a/py-scripts/test_ipv4_variable_time.py +++ b/py-scripts/test_ipv4_variable_time.py @@ -235,7 +235,7 @@ def main(): report_file=report_f, duration_sec=ip_var_test.local_realm.parse_time(args.test_duration).seconds, created_cx= layer3connections, - ouput_format='excel') + output_format='excel') ip_var_test.stop() if not ip_var_test.passes(): print(ip_var_test.get_fail_message())