mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
aci_taboo_contract: Add integration tests and examples (#36276)
This PR includes: - Missing integration tests - Missing examples - Two typo's in other integration tests
This commit is contained in:
parent
e1b5bc049c
commit
334e405e6f
5 changed files with 313 additions and 11 deletions
|
@ -165,7 +165,7 @@
|
|||
check_mode: yes
|
||||
register: cm_query_dynamic_vlan_pool
|
||||
|
||||
- name: Query ourdynamic vlan pool
|
||||
- name: Query our dynamic vlan pool
|
||||
aci_vlan_pool:
|
||||
<<: *dynamic_vlan_pool_query
|
||||
pool: anstest
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
check_mode: yes
|
||||
register: cm_query_static_vlan_pool
|
||||
|
||||
- name: Query ourstatic vlan pool
|
||||
- name: Query our static vlan pool
|
||||
aci_vlan_pool:
|
||||
<<: *static_vlan_pool_query
|
||||
pool: anstest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue