Fixed typo of Ethernet interface number (#54877)

Fixed typo of Ethernet interface number in second wait_for argument

+label: docsite_pr
pull/54910/head
TeamOSEOLA 6 years ago committed by Sandra McCann
parent 087587ec48
commit c0e7b643bf

@ -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…
Cancel
Save