mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Make junos integration test checks platform independent (#27768)
This commit is contained in:
committed by
Ricardo Carrillo Cruz
parent
000f8dcc8f
commit
0f261964f7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user