aci_domain: Add missing integration tests (#36051)

This commit is contained in:
Dag Wieers 2018-02-12 21:37:25 +01:00 committed by GitHub
commit 30adc2f124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 809 additions and 1 deletions

View file

@ -123,6 +123,7 @@ EXAMPLES = r'''
host: apic
username: admin
password: SomeSecretPassword
domain_type: phys
state: query
'''
@ -321,7 +322,7 @@ def main():
elif domain_type == 'vmm':
domain_class = 'vmmDomP'
domain_mo = 'uni/vmmp-{0}/dom-{1}'.format(VM_PROVIDER_MAPPING[vm_provider], domain)
domain_rn = 'dom-{0}'.format(domain)
domain_rn = 'vmmp-{0}/dom-{1}'.format(VM_PROVIDER_MAPPING[vm_provider], domain)
aci = ACIModule(module)
aci.construct_url(