mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
Merge pull request #499 from bjackman/next
target/descriptor: Fix typo for 'telnet' param
This commit is contained in:
commit
bec5b0982e
@ -282,9 +282,9 @@ CONNECTION_PARAMS = {
|
||||
description="""
|
||||
The port SSH server is listening on on the target.
|
||||
"""),
|
||||
Parameter('telent', kind=bool, default=False,
|
||||
Parameter('telnet', kind=bool, default=False,
|
||||
description="""
|
||||
If set to ``True``, a Telent connection, rather than
|
||||
If set to ``True``, a Telnet connection, rather than
|
||||
SSH will be used.
|
||||
"""),
|
||||
Parameter('password_prompt', kind=str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user