mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_check_config.ini : bracket fix
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# PURPOSE : Configuration (config.ini) information for running lf_check.py
|
||||
#
|
||||
|
||||
# NOTE: { } placement important, will cause parcing errors
|
||||
# radio configuraiton used below for test arguments
|
||||
# NOTE: KEY must match ELEMENT of the DICTIONARY (RADIO_0_CFG == "KEY":"RADIO_0_CFG")
|
||||
[RADIO_DICTIONARY]
|
||||
@@ -47,8 +48,10 @@ TEST_TIMEOUT = "120"
|
||||
TEST_DICT: {
|
||||
"create_l3":{"enabled":"TRUE","command":"create_l3.py","args":"RADIO_0_CFG --debug"},
|
||||
"create_l4":{"enabled":"TRUE","command":"create_l4.py","args":"RADIO_1_CFG --debug"}
|
||||
}
|
||||
}
|
||||
|
||||
# CHANGE above TEST_DICTIONARY to TEST_DICIONARY_NOT_RUN and TEST_DICTIONARY_NOT_RUN below to TEST_DICTIONARY
|
||||
# Feature update pass in the DICTIONARY name to be run
|
||||
[TEST_DICTIONARY_NOT_RUN]
|
||||
TEST_DICT: {
|
||||
"example_security_connection0":{"enabled":"TRUE","command":"example_security_connection.py","args":"RADIO_0_CFG --debug"},
|
||||
|
||||
Reference in New Issue
Block a user