From a296363cdd11dadc7f7a4eb287bb1bbbc84e6093 Mon Sep 17 00:00:00 2001 From: Dipti Date: Tue, 2 Feb 2021 00:37:22 -0800 Subject: [PATCH] changed timeout on 1k and added comments to ipv4 for including where helper file is --- py-scripts/test_1k_clients_jedtest.py | 4 ++-- py-scripts/test_ipv4_variable_time.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/py-scripts/test_1k_clients_jedtest.py b/py-scripts/test_1k_clients_jedtest.py index 09478d1f..4a917570 100755 --- a/py-scripts/test_1k_clients_jedtest.py +++ b/py-scripts/test_1k_clients_jedtest.py @@ -24,7 +24,7 @@ class Test1KClients(LFCliBase): side_a_min_rate= 0,side_a_max_rate= 56000, side_b_min_rate= 0,side_b_max_rate= 56000, num_sta_=200, - test_duration="30s", + test_duration="2d", _debug_on=True, _exit_on_error=False, _exit_on_fail=False): @@ -133,7 +133,7 @@ class Test1KClients(LFCliBase): self.local_realm.wait_for_ip(station_list=self.station_radio_map[radio], debug=self.debug, timeout_sec=30) curr_ip_num = self.local_realm.get_curr_num_ips(num_sta_with_ips=prev_ip_num,station_list=self.station_radio_map[radio], debug=self.debug) while ((prev_ip_num < curr_ip_num) and (curr_ip_num < total_num_sta)): - self.local_realm.wait_for_ip(station_list=self.station_radio_map[radio], debug=self.debug, timeout_sec=60) + self.local_realm.wait_for_ip(station_list=self.station_radio_map[radio], debug=self.debug, timeout_sec=90) prev_ip_num = curr_ip_num curr_ip_num = self.local_realm.get_curr_num_ips(num_sta_with_ips=prev_ip_num,station_list=self.station_radio_map[radio], debug=self.debug) if curr_ip_num == total_num_sta: diff --git a/py-scripts/test_ipv4_variable_time.py b/py-scripts/test_ipv4_variable_time.py index 5f0b8c90..20e0bffd 100755 --- a/py-scripts/test_ipv4_variable_time.py +++ b/py-scripts/test_ipv4_variable_time.py @@ -339,8 +339,10 @@ python3 ./test_ipv4_variable_time.py print(args.col_names) if type(args.col_names) is not list: col_names=list(args.col_names.split(",")) + #send col names here to file to reformat else: col_names = args.col_names + #send col names here to file to reformat else: col_names=None if args.debug: