From cf2d3a98a7ebdeba691f000a433a92cfbcffdc2d Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Fri, 19 Nov 2021 15:30:59 -0800 Subject: [PATCH] Fix lf_ap_auto_test command Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 04bd839b..9e8b7063 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -166,9 +166,6 @@ if [[ ${#SHORT} -gt 0 ]]; then --instance_name ap-auto-instance --config_name test_con --upstream 1.1.eth1 \ --dut5_0 '$DUT5' \ --dut2_0 '$DUT2' \ - --max_stations_2 100 \ - --max_stations_5 100 \ - --max_stations_dual 200 \ --radio2 1.1.wiphy0 \ --radio2 1.1.wiphy1 \ --set 'Basic Client Connectivity' 1 \ @@ -228,9 +225,9 @@ else --instance_name ap-auto-instance --config_name test_con --upstream 1.1.eth1 \ --dut5_0 '$DUT5' \ --dut2_0 '$DUT2' \ - --max_stations_2 100 \ - --max_stations_5 100 \ - --max_stations_dual 200 \ + --max_stations_2 64 \ + --max_stations_5 64 \ + --max_stations_dual 64 \ --radio2 1.1.wiphy0 \ --radio2 1.1.wiphy1 \ --set 'Basic Client Connectivity' 1 \