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
commit fb9af72b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'''