diff --git a/py-scripts/sandbox/lf_check_config.ini b/py-scripts/sandbox/lf_check_config.ini index 56268ec2..e6e36e41 100755 --- a/py-scripts/sandbox/lf_check_config.ini +++ b/py-scripts/sandbox/lf_check_config.ini @@ -16,11 +16,19 @@ RADIO_DICT: { } -[TEST_IP] +[TEST_NETWORK] HTTP_TEST_IP = "10.40.0.1" FTP_TEST_IP = "10.40.0.1" TEST_IP = "10.40.0.1" +[TEST_GENERIC] +RADIO_USED = "wiphy0" +SSID_USED = "jedway-wpa2-x2048-4-1" +SSID_PW_USED = "jedway-wpa2-x2048-4-1" +SECURITY_USED = "wpa2" +NUM_STA = "3" + + [LF_MGR] LF_MGR_IP= localhost LF_MGR_PORT=8080 @@ -57,7 +65,7 @@ TEST_DICT: { "testgroup":{"enabled":"FALSE","command":"testgroup.py","args":""}, "test_ipv6_connection":{"enabled":"FALSE","command":"test_ipv6_connection.py","args":""}, "test_ipv6_variable_time":{"enabled":"FALSE","command":"test_ipv6_variable_time.py","args":""}, - "test_l3_longevity":{"enabled":"TRUE","command":"test_l3_longevity.py","args":"--test_duration 20s --polling_interval 5s --upstream_port eth1 + "test_l3_longevity":{"enabled":"FALSE","command":"test_l3_longevity.py","args":"--test_duration 20s --polling_interval 5s --upstream_port eth1 --radio 'radio==wiphy0,stations==1,ssid==jedway-wpa2-x2048-5-3,ssid_pw==jedway-wpa2-x2048-5-3,security==wpa2' --radio 'radio==wiphy1,stations==1,ssid==jedway-wpa2-x2048-4-1,ssid_pw==jedway-wpa2-x2048-4-1,security==wpa2' --endp_type lf_udp --ap_read --ap_test_mode --rates_are_totals --side_a_min_bps=20000 --side_b_min_bps=300000000"},