From b65722b07bf0a96f85a4b3fb32a5bc7e2fd889da Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Wed, 24 Feb 2021 12:40:17 -0800 Subject: [PATCH] Do not run scenario_throughput, it takes too long Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index cd92bd51..89f49c89 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -60,7 +60,7 @@ testCommands=( "./test_ipv6_variable_time.py --radio $RADIO_USED --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --test_duration 15s --cx_type tcp6 --debug" run_l3_longevity "./test_l3_powersave_traffic.py --radio $RADIO_USED --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug" - "./test_l3_scenario_throughput.py -t 15s -sc test_l3_scenario_throughput" + #"./test_l3_scenario_throughput.py -t 15s -sc test_l3_scenario_throughput" "./test_status_msg.py --debug " #this is all which is needed to run #"./test_wanlink.py --debug" #"./ws_generic_monitor_test.py"