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:
Dag Wieers
2018-02-16 01:59:23 +01:00
committed by GitHub
parent e1b5bc049c
commit 334e405e6f
5 changed files with 313 additions and 11 deletions

View File

@@ -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

View File

@@ -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