mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-16 18:15:11 +00:00
lf_check_config_template.ini : added suite example
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -70,6 +70,14 @@ TEST_DICT: {
|
|||||||
"create_l4_2":{"enabled":"TRUE","command":"create_l4.py","args":"--radio wiphy1 --ssid ct523c-vap --passwd ct523c-vap --security wpa2 --debug"}
|
"create_l4_2":{"enabled":"TRUE","command":"create_l4.py","args":"--radio wiphy1 --ssid ct523c-vap --passwd ct523c-vap --security wpa2 --debug"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[SUITE]
|
||||||
|
TEST_DICT: {
|
||||||
|
"create_l3":{"enabled":"TRUE","command":"create_l4.py","args":"--radio RADIO_USED --ssid SSID_USED --passwd SSID_PW_USED --security SECURITY_USED --debug"},
|
||||||
|
"create_l4":{"enabled":"TRUE","command":"create_l4.py","args":"RADIO_1_CFG --debug"},
|
||||||
|
# the name needs to be unique for the dictionary
|
||||||
|
"create_l4_2":{"enabled":"TRUE","command":"create_l4.py","args":"--radio wiphy1 --ssid ct523c-vap --passwd ct523c-vap --security wpa2 --debug"}
|
||||||
|
}
|
||||||
|
|
||||||
# LONGER EXAMPLE
|
# LONGER EXAMPLE
|
||||||
|
|
||||||
#[TEST_DICTIONARY]
|
#[TEST_DICTIONARY]
|
||||||
|
|||||||
Reference in New Issue
Block a user