lf_qa.py debug information on the DUT information

1. The naming for the empty DUT strings changed.  The DUT is taken from
the kpi, this is a step closer to a fix of wanting the latest DUT information
from the Database yet not full proof.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-15 06:49:34 -06:00
parent 956a6ddb43
commit 57720fe1db
2 changed files with 11 additions and 1 deletions

View File

@@ -770,6 +770,7 @@ NOTE: Diagrams are links in dashboard""".format(ip_qa=ip,qa_url=qa_url)
self.logger.info("test: {} skipped".format(test))
# load the default database
elif self.test_dict[test]['enabled'] == "TRUE":
#TODO Place test interations here
# if args key has a value of an empty string then need to manipulate the args_list to args
# list does not have replace only stings do to args_list will be joined and converted to a string and placed
# in args. Then the replace below will work.