lf_check_config.ini : bracket fix

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-05-16 08:29:11 -06:00
parent 5e007b2bec
commit 96c314a160

View File

@@ -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"},