From 35dea2539b6985159401e63efcbe0fc626635238 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Sun, 13 Jun 2021 18:11:23 -0600 Subject: [PATCH] lf_check_config_template.ini : added suite example Signed-off-by: Chuck SmileyRekiere --- py-scripts/tools/lf_check_config_template.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/py-scripts/tools/lf_check_config_template.ini b/py-scripts/tools/lf_check_config_template.ini index c931a69c..b617ea24 100755 --- a/py-scripts/tools/lf_check_config_template.ini +++ b/py-scripts/tools/lf_check_config_template.ini @@ -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"} } +[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 #[TEST_DICTIONARY]