mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user