summaryrefslogtreecommitdiff
path: root/test/integration/targets/aci_switch_leaf_selector
Commit message (Collapse)AuthorAgeFilesLines
* aci_switch_leaf_selector: Support missing policy_group (#47992)Dag Wieers2018-11-051-1/+1
| | | | | | | | * aci_switch_leaf_selector: Support empty policy_group * Reorganize code * Adapt integration tests to fix
* ACI: Make querying links and nodes possible (#43441)Dag Wieers2018-08-071-9/+9
| | | | | | | | | | | | This functionality was not considered when the module was written, but there's no reason why it shouldn't be supported. We had to rework the query string construction and object filtering. This new functionality allows to filter on arbitrary keys and supports None values. This PR fixes various issues with the existing framework, including querying specific objects using construct_url_4 (i.e. aci_epg_to_contract and aci_static_binding_to_epg)
* ACI: Add ability to enable debug for tests (#43744)Dag Wieers2018-08-061-0/+1
|
* Fix integration tests aliases (#42245)Dag Wieers2018-07-031-0/+2
|
* changed cisco mail to normail hotmail (#36546)Bruno2018-02-211-1/+1
|
* ACI: Various changes to module documentation and guide (#36516)Dag Wieers2018-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * ACI: Various changes to module documentation and guide This PR includes: - We moved the object class information to the notes - Add version information to guide chapters - Add generic note to modules with reference to ACI guide - Reference known issues in aci_rest documentation - Remove module_utils function docs from modules - Indicate which parameters are not required for querying all objects - Added missing RETURN information * Fix copyright strings * Remove aci_domain_to_encap_pool.py for v2.5 * More updates * PEP8 fix * Improve listings of parameters/return values
* ACI: Avoid using 'previous' with query operations (#36181)Dag Wieers2018-02-141-1/+1
| | | | | | | | When ACI modules are being used for querying MOs, we should not return the previous state, as there is no previous state, there's only the current state. This impacts a lot of tests that were used to testing the current state as 'previous'.
* ACI: Change RETURN output as discussed (#35617)Dag Wieers2018-02-031-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACI: Change result output as discussed * Update all modules to use new aci.exit_json() * Update output_level spec and docs * Fix integration tests * Small PEP8 fix * Asorted fixes to tests and aci_rest * More test fixes and support for ANSIBLE_DEBUG * Fix another PEP8 issues * Move response handling inside ACI module * Reform of ACI error handling and error output * Diff multiline json output * Fix a few more tests * Revert aci_bd tests * Small correction * UI change: existing->current, original->previous * UI change: config->sent * Update all modules with RETURN values * Fix a few more tests * Improve docstring and add 'raw' return value * Fix thinko * Fix sanity/pep8 issues * Rewrite unit tests to comply with new design
* ACI: Support validate_certs, use_ssl and use_proxy (#35146)Dag Wieers2018-01-211-2/+6
| | | | | This PR includes: - validate_certs, use_ssl and use_proxy support for the integration tests
* ACI: Fix integration tests after error message change (#35138)Dag Wieers2018-01-201-4/+0
|
* fix integration tests (#35117)Bruno2018-01-201-7/+1
|
* added aci_switch_leaf_selector integration tests (#34951)Bruno2018-01-172-0/+142