lf_check_config_template.ini : removed python style comments

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-06-01 06:37:26 -06:00
parent a800abedff
commit ac38f82bca

View File

@@ -1,22 +1,20 @@
'''
NAME :
lf_check_config_template.ini
# NAME :
# lf_check_config_template.ini
PURPOSE :
The lf_check_config_template.ini is a template to be copied to the test configuration file : lf_check_config.ini which
is used by the lf_check.py.
The lf_check_config_template.in is devided into section that are used for test selection, test configuration or configuration of lanforge.
Test arguments for the test do not need to use the pre-defined values. The command arguments can be entered directly.
# PURPOSE :
# The lf_check_config_template.ini is a template to be copied to the test configuration file : lf_check_config.ini which
# is used by the lf_check.py.
# The lf_check_config_template.in is devided into section that are used for test selection, test configuration or configuration of lanforge.
# Test arguments for the test do not need to use the pre-defined values. The command arguments can be entered directly.
SETUP:
Copy lf_check_config_template.ini to lf_check_config.ini
# SETUP:
# Copy lf_check_config_template.ini to lf_check_config.ini
1. Update the lf_check_config.ini with the tests to be run by setting the enable flag to TRUE
2. TEST_DICTIONARY contains the test list: test key, test name, test arguments
# 1. Update the lf_check_config.ini with the tests to be run by setting the enable flag to TRUE
# 2. TEST_DICTIONARY contains the test list: test key, test name, test arguments
NOTE: each test dictionary key must be unique
NOTE: { } placement important, will cause parcing errors
'''
# NOTE: each test dictionary key must be unique
# NOTE: { } placement important, will cause parcing errors
# NO quotes around parameters in TEST_PARAMETERS section
[TEST_PARAMETERS]