mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
3a62eb5e03
commit
fb9af72b48
4 changed files with 270 additions and 9 deletions
|
@ -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'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue