cc_module_9800_3504.py : updated for dtim for 24g, 6g (5g already present)

wifi_ctl_9800_3504.py : update for dtim for 24g, 6g (5g already present)
lf_check.py : changed info to warning if test enable isn'TRUE or FALSE

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-03-04 11:14:00 -07:00
committed by shivam
parent b5c7f3413f
commit 6f653db272
3 changed files with 26 additions and 5 deletions

View File

@@ -738,6 +738,7 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
# The network arguments need to be changed when in a list
for index, args_list_element in enumerate(
self.test_dict[self.test]['args_list']):
# Note the elements used by ssid_idx need to be
if 'ssid_idx=' in args_list_element:
# print("args_list_element {}".format(args_list_element))
# get ssid_idx used in the test as an index for the
@@ -1207,7 +1208,7 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
self.run_script()
else:
self.logger.info(
self.logger.warning(
"enable value {} for test: {} ".format(self.test_dict[self.test]['enabled'], self.test))
suite_end_time = datetime.datetime.now()