mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +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 :
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user