mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +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="""
|
description="""
|
||||||
The port SSH server is listening on on the target.
|
The port SSH server is listening on on the target.
|
||||||
"""),
|
"""),
|
||||||
Parameter('telent', kind=bool, default=False,
|
Parameter('telnet', kind=bool, default=False,
|
||||||
description="""
|
description="""
|
||||||
If set to ``True``, a Telent connection, rather than
|
If set to ``True``, a Telnet connection, rather than
|
||||||
SSH will be used.
|
SSH will be used.
|
||||||
"""),
|
"""),
|
||||||
Parameter('password_prompt', kind=str,
|
Parameter('password_prompt', kind=str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user