From a9928bbc2b90b825b9ee24186ba2cec636e1b87e Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 29 Nov 2021 14:58:40 -0800 Subject: [PATCH] regression_test: test_l4 only needs to run for 15 seconds 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 0e03c6da..ce13a66b 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -352,7 +352,7 @@ else #./test_l3_unicast_traffic_gen #./test_l3_unicast_traffic_gen #./test_l3_WAN_LAN - "./test_l4.py --radio $RADIO_USED --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR" + "./test_l4.py --radio $RADIO_USED --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR --test_duration 15s" "./test_status_msg.py --debug --mgr $MGR" #this is all which is needed to run "./test_wanlink.py --name my_wanlink4 --latency_A 20 --latency_B 69 --rate 1000 --jitter_A 53 --jitter_B 73 --jitter_freq 6 --drop_A 12 --drop_B 11 --debug --mgr $MGR" #./test_wpa_passphrases