mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
integration/targets/ios_* work to support IOS (#20414)
* WIP * Don't set connection: network_cli in the playbook * ios_config tests now passing * Create test loopback device * delete * ios_* pass (apart from ios_facts) * Remove provider lines
This commit is contained in:
parent
7330ab8062
commit
a12033a6e0
38 changed files with 53 additions and 142 deletions
|
@ -5,11 +5,10 @@
|
|||
ios_command:
|
||||
commands:
|
||||
- show version
|
||||
- show interface GigabitEthernet0/0
|
||||
- show interface loopback 888
|
||||
wait_for:
|
||||
- "result[0] contains 15.6"
|
||||
- "result[1] contains GigabitEthernet0/0"
|
||||
provider: "{{ cli }}"
|
||||
- "result[0] contains Cisco"
|
||||
- "result[1] contains Loopback888"
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue