Fixed typo of Ethernet interface number (#54877)
Fixed typo of Ethernet interface number in second wait_for argument +label: docsite_pr
This commit is contained in:
parent
087587ec48
commit
c0e7b643bf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ results in an interface. For instance::
|
|||
- show interface Ethernet5 | json
|
||||
wait_for:
|
||||
- "result[0].interfaces.Ethernet4.interfaceStatus eq connected"
|
||||
- "result[1].interfaces.Ethernet4.interfaceStatus eq connected"
|
||||
- "result[1].interfaces.Ethernet5.interfaceStatus eq connected"
|
||||
|
||||
In the above example, two commands are executed on the
|
||||
remote device, and the results are evaluated. By specifying the result
|
||||
|
|
Loading…
Reference in a new issue