1
0
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:
setrofim 2017-10-05 13:28:25 +01:00 committed by GitHub
commit bec5b0982e

View File

@ -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,