aci_aep: Add missing integration tests (#36414)

This PR includes:
- Add missing aci_aep integration tests
- Fix small aci_rest issue
This commit is contained in:
Dag Wieers
2018-02-20 03:04:17 +01:00
committed by GitHub
parent 3a62eb5e03
commit fb9af72b48
4 changed files with 270 additions and 9 deletions

View File

@@ -70,20 +70,20 @@ EXAMPLES = r'''
aep: ACI-AEP
state: absent
- name: Query an AEP
aci_aep:
host: apic
username: admin
password: SomeSecretPassword
aep: ACI-AEP
state: query
- name: Query all AEPs
aci_aep:
host: apic
username: admin
password: SomeSecretPassword
state: query
- name: Query a specific AEP
aci_aep:
host: apic
username: admin
password: SomeSecretPassword
aep: ACI-AEP
state: query
'''
RETURN = r'''