mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_check.py : adding batch mode introduced bug in interations, iterations should now work
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
45d30cdf93
commit
5b6d78d3e9
@@ -1373,8 +1373,8 @@ QA Report Dashboard: lf_qa.py was not run as last script of test suite"""
|
||||
for self.iteration in range(self.test_iterations):
|
||||
self.iteration += 1
|
||||
|
||||
# Runs the scripts
|
||||
self.run_script()
|
||||
# Runs the scripts
|
||||
self.run_script()
|
||||
|
||||
else:
|
||||
self.logger.warning(
|
||||
|
||||
Reference in New Issue
Block a user