mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Make tests run on fresh install (#19566)
This commit is contained in:
parent
0296f70f07
commit
c252ac1a7d
2 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@
|
||||||
ops_command:
|
ops_command:
|
||||||
commands:
|
commands:
|
||||||
- show version
|
- show version
|
||||||
- show interface GigabitEthernet0/0
|
- show interface eth1
|
||||||
wait_for:
|
wait_for:
|
||||||
- "result[0] contains 15.6"
|
- "result[0] contains OpenSwitch"
|
||||||
- "result[1] contains GigabitEthernet0/0"
|
- "result[1] contains 'Interface eth1'"
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
ops_command:
|
ops_command:
|
||||||
commands:
|
commands:
|
||||||
- show version
|
- show version
|
||||||
- show interfaces
|
- show interface
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue