Fix lf_ap_auto_test command

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-19 15:30:59 -08:00
parent e270f69b87
commit cf2d3a98a7

View File

@@ -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 \