From ea7484d974c4c00598bbe6b7ee122f1a594c533c Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Tue, 22 Dec 2020 09:42:51 -0800 Subject: [PATCH] parse_time function in monitor --- 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 752399e8..80fa6fb0 100755 --- a/py-scripts/test_ipv4_variable_time.py +++ b/py-scripts/test_ipv4_variable_time.py @@ -233,7 +233,7 @@ def main(): layer3connections=','.join([[*x.keys()][0] for x in ip_var_test.l3cxprofile.json_get('endp')['endpoint']]) ip_var_test.l3cxprofile.monitor(col_names=['Name','Tx Rate','Rx Rate','Tx PDUs','Rx PDUs'], report_file=report_f, - duration_sec=int(args.test_duration), + duration_sec=args.test_duration, created_cx= layer3connections, ouput_format='excel') ip_var_test.stop()