diff --git a/py-scripts/tools/lf_check_config_template.ini b/py-scripts/tools/lf_check_config_template.ini index 53c03f53..36974247 100755 --- a/py-scripts/tools/lf_check_config_template.ini +++ b/py-scripts/tools/lf_check_config_template.ini @@ -104,11 +104,11 @@ TEST_DICT: { "create_station":{"enabled":"TRUE","command":"create_station.py","args":"--radio RADIO_USED --ssid SSID_USED --passwd SSID_PW_USED --security SECURITY_USED --debug"}, "test_fileio":{"enabled":"TRUE","command":"test_fileio.py","args":"--macvlan_parent eth2 --num_ports 3 --use_macvlans --first_mvlan_ip 192.168.92.13 --netmask 255.255.255.0 --gateway 192.168.92.1 --test_duration 30s"}, "test_l3_longevity":{"enabled":"TRUE","command":"test_l3_longevity.py","args":"--test_duration 20s --polling_interval 5s --upstream_port eth1 - --radio 'radio==wiphy0,stations==1,ssid==ssid-wpa2,ssid_pw==ssidpw-wpa2,security==wpa2' - --radio 'radio==wiphy1,stations==1,ssid==ssid-wpa2-2,ssid_pw==ssidpw-wpa2-2,security==wpa2' + --radio 'radio==wiphy1,stations==4,ssid==ct523c-vap,ssid_pw==ct523c-vap,security==wpa2' + --radio 'radio==wiphy2,stations==4,ssid==ct523c-vap,ssid_pw==ct523c-vap,security==wpa2' + --radio 'radio==wiphy3,stations==4,ssid==ct523c-vap,ssid_pw==ct523c-vap,security==wpa2' --endp_type lf_udp --ap_read --ap_test_mode --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"}, "test_l3_powersave_traffic":{"enabled":"TRUE","command":"test_l3_powersave_traffic.py","args":"RADIO_1_CFG"}, - "test_l3_scenario_throughput":{"enabled":"TRUE","command":"test_l3_scenario_throughput.py","args":"RADIO_1_CFG --debug"}, "test_status_msg":{"enabled":"TRUE","command":"test_status_msg.py","args":"--action run_test"}, "test_wanlink":{"enabled":"TRUE","command":"test_wanlink.py","args":"--debug"}, "sta_connect_example":{"enabled":"TRUE","command":"sta_connect_example.py","args":"RADIO_1_CFG --upstream_port UPSTREAM_PORT"},