Commit graph

6 commits

Author SHA1 Message Date
Dag Wieers
df78df5d90 Apply all devel ACI changes missing from stable-2.5 () 2018-02-21 15:36:47 -08:00
Dag Wieers
66e7c8d938 ACI: Avoid using 'previous' with query operations ()
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'.
(cherry picked from commit dba561efa7)
2018-02-15 23:45:50 -08:00
Dag Wieers
bee765fa6b
ACI: Change RETURN output as discussed ()
* 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
2018-02-03 00:41:56 +01:00
Dag Wieers
2bd0653488
ACI: Support validate_certs, use_ssl and use_proxy ()
This PR includes:
- validate_certs, use_ssl and use_proxy support for the integration
  tests
2018-01-21 00:38:20 +01:00
Dag Wieers
2ad91dd359
ACI: Fix integration tests after error message change () 2018-01-20 21:40:55 +01:00
Jacob McGill
5747bf34d1 Network ACI: Add integration tests for several module () 2017-11-17 16:19:13 +01:00