From 4aa44b0eb461343dcb9bc6df688b69c052bdaebe Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Tue, 7 Dec 2021 13:31:40 -0800 Subject: [PATCH] regression_test: Fix curly brace 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 64403a3b..dfce49c8 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -204,7 +204,7 @@ function create_dut_and_chamberview() { ./create_chamberview_dut.py --lfmgr $MGR --dut_name regression_dut \ --ssid "ssid_idx=0 ssid='$SSID_USED' security='$SECURITY' password='$PASSWD_USED' bssid=04:f0:21:2c:41:84" } -} + function create_station_and_sensitivity { ./create_station.py --radio $RADIO_USED --ssid $SSID_USED --passwd $PASSWD_USED --security $SECURITY --debug --mgr $MGR ./lf_rx_sensitivity_test.py --mgr $MGR --port 8080 --lf_user lanforge --lf_password lanforge \