mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
lf_check_config_template.ini : removed python style comments
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -1,22 +1,20 @@
|
|||||||
'''
|
# NAME :
|
||||||
NAME :
|
# lf_check_config_template.ini
|
||||||
lf_check_config_template.ini
|
|
||||||
|
|
||||||
PURPOSE :
|
# PURPOSE :
|
||||||
The lf_check_config_template.ini is a template to be copied to the test configuration file : lf_check_config.ini which
|
# 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.
|
# 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.
|
# 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.
|
# Test arguments for the test do not need to use the pre-defined values. The command arguments can be entered directly.
|
||||||
|
|
||||||
SETUP:
|
# SETUP:
|
||||||
Copy lf_check_config_template.ini to lf_check_config.ini
|
# 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
|
# 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
|
# 2. TEST_DICTIONARY contains the test list: test key, test name, test arguments
|
||||||
|
|
||||||
NOTE: each test dictionary key must be unique
|
# NOTE: each test dictionary key must be unique
|
||||||
NOTE: { } placement important, will cause parcing errors
|
# NOTE: { } placement important, will cause parcing errors
|
||||||
'''
|
|
||||||
|
|
||||||
# NO quotes around parameters in TEST_PARAMETERS section
|
# NO quotes around parameters in TEST_PARAMETERS section
|
||||||
[TEST_PARAMETERS]
|
[TEST_PARAMETERS]
|
||||||
|
|||||||
Reference in New Issue
Block a user