mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
lf_check.py lf_check_config_template.ini : consistency on TRUE and FALSE
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -275,11 +275,11 @@ class lf_check():
|
||||
if 'UPSTREAM_PORT' in self.test_dict[test]['args']:
|
||||
self.test_dict[test]['args'] = self.test_dict[test]['args'].replace('UPSTREAM_PORT',self.col_names)
|
||||
|
||||
if self.load_factory_default_db == "True":
|
||||
if self.load_factory_default_db == "TRUE":
|
||||
self.load_factory_default_db()
|
||||
elif self.load_blank_db == "True":
|
||||
elif self.load_blank_db == "TRUE":
|
||||
self.load_blank_db()
|
||||
elif self.load_custom_db == "True":
|
||||
elif self.load_custom_db == "TRUE":
|
||||
try:
|
||||
self.load_custom_db(self.custom_db)
|
||||
except:
|
||||
|
||||
@@ -38,9 +38,9 @@ UPSTREAM_PORT = "eth1"
|
||||
|
||||
[TEST_PARAMETERS]
|
||||
TEST_TIMEOUT = 120
|
||||
LOAD_BLANK_DB = "False"
|
||||
LOAD_FACTORY_DEFAULT_DB = "False"
|
||||
LOAD_CUSTOM_DB = "False"
|
||||
LOAD_BLANK_DB = "FALSE"
|
||||
LOAD_FACTORY_DEFAULT_DB = "FALSE"
|
||||
LOAD_CUSTOM_DB = "FALSE"
|
||||
CUSTOM_DB = "CUSTOM_DB_NAME_HERE"
|
||||
|
||||
[LF_MGR]
|
||||
|
||||
Reference in New Issue
Block a user