From e98e7c71c99734f097a29bdba70637ef941f22a0 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 29 Nov 2021 12:57:49 -0800 Subject: [PATCH] regression_test: Improve measure_station_time_up args 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 26c73107..2d2ac5b2 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -315,7 +315,7 @@ else #recordinflux.py "./rvr_scenario.py --lfmgr $MGR --lanforge_db 'handsets' --cv_test Dataplane --test_profile http --cv_scenario ct-us-001" #scenario.py - "./sta_connect2.py --dest 192.168.100.209 --dut_ssid OpenWrt-2 --dut_bssid 24:F5:A2:08:21:6C" + "./sta_connect2.py --dut_ssid $SSID_USED --dut_bssid $BSSID --dut_passwd $PASSWD_USED" #./sta_connect_bssid_mac.py "./sta_connect_example.py --mgr $MGR --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --radio $RADIO_USED --upstream_port $UPSTREAM --test_duration 15s" "./sta_connect.py --mgr $MGR --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --radio $RADIO_USED --upstream_port $UPSTREAM --test_duration 15s"