mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
get_milliseconds function
This commit is contained in:
@@ -258,7 +258,7 @@ python3 ./test_ipv4_variable_time.py
|
||||
optional_args.add_argument('--a_min', help='--a_min bps rate minimum for side_a', default=256000)
|
||||
optional_args.add_argument('--b_min', help='--b_min bps rate minimum for side_b', default=256000)
|
||||
optional_args.add_argument('--test_duration', help='--test_duration sets the duration of the test', default="2m")
|
||||
optional_args.add_argument('--col_names', help='Columns wished to be monitor',default=None)
|
||||
optional_args.add_argument('--col_names', help='Columns wished to be monitor', default=None)
|
||||
optional_args.add_argument('--compared_report',help='report path and file which is wished to be compared with new report', default=None)
|
||||
args = parser.parse_args()
|
||||
#['name','tx bytes', 'rx bytes','dropped']
|
||||
|
||||
Reference in New Issue
Block a user