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:
TeamOSEOLA 2019-04-05 09:42:01 -05:00 committed by Sandra McCann
parent 087587ec48
commit c0e7b643bf

View file

@ -52,7 +52,7 @@ results in an interface. For instance::
- show interface Ethernet5 | json - show interface Ethernet5 | json
wait_for: wait_for:
- "result[0].interfaces.Ethernet4.interfaceStatus eq connected" - "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 In the above example, two commands are executed on the
remote device, and the results are evaluated. By specifying the result remote device, and the results are evaluated. By specifying the result