Make junos integration test checks platform independent (#27768)

This commit is contained in:
Ganesh Nalawade
2017-08-04 20:48:57 +05:30
committed by Ricardo Carrillo Cruz
parent 000f8dcc8f
commit 0f261964f7
15 changed files with 48 additions and 51 deletions

View File

@@ -5,7 +5,7 @@
junos_command:
commands:
- show version
- show interfaces fxp0
- show interfaces lo0
format: json
wait_for:
- "result[0]['software-information'][0]['host-name'][0]['data'] neq localhost"
@@ -22,7 +22,7 @@
junos_command:
commands:
- show version
- show interfaces fxp0
- show interfaces lo0
format: json
wait_for:
- "result[0]['software-information'][0]['host-name'][0]['data'] != localhost"