cv_test_manager.py , cv_test_reports.py : bug fix on report_dir

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-06-29 14:32:15 -06:00
parent 3408d58078
commit 7ca355c13d
2 changed files with 3 additions and 3 deletions

View File

@@ -355,7 +355,7 @@ class cv_test(Realm):
try:
print(lf_host)
report.pull_reports(hostname=lf_host, username=lf_user, password=lf_password,
port=ssh_port, local_lf_report_dir=local_lf_report_dir,
port=ssh_port, report_dir=local_lf_report_dir,
report_location=location)
except Exception as e:
print("SCP failed, user %s, password %s, dest %s", (lf_user, lf_password, lf_host))