mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
descriptor/SSHConnection: Expose use_scp
parameter
Allow specifying to use scp for file transfer rather than sftp as this is not supported by all targets.
This commit is contained in:
parent
e2489ea3a0
commit
66f0edec5b
@ -344,6 +344,13 @@ CONNECTION_PARAMS = {
|
||||
somewhere in the string it indicate where the command
|
||||
to be run via sudo is to go.
|
||||
"""),
|
||||
Parameter(
|
||||
'use_scp', kind=bool,
|
||||
default=False,
|
||||
description="""
|
||||
Allow using SCP as method of file transfer instead
|
||||
of the default SFTP.
|
||||
"""),
|
||||
# Depreciated Parameters
|
||||
Parameter(
|
||||
'telnet', kind=str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user