mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	cv_test_reports.py : bug fix
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		| @@ -12,6 +12,6 @@ class lanforge_reports: | ||||
|         ssh.connect(hostname=hostname, username=username, password=password, port=port, allow_agent=False, look_for_keys=False) | ||||
|  | ||||
|         with SCPClient(ssh.get_transport()) as scp: | ||||
|             scp.get(remote_path=report_location, local_lf_report_dir=local_lf_report_dir, recursive=True) | ||||
|             scp.get(remote_path=report_location, report_dir=local_lf_report_dir, recursive=True) | ||||
|             scp.close() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere