ansible/test/units/modules
Richard Strnad 7765870421
NXOS: Manually Configurable Route-Target (#52650)
* Renamed auto evpn test

* Made sure that the current module is idempotent with additional tests

* Added tests for route-target import function

* Added tests for route-target export function

* Added tests for route-target both function

* PEP8 syntax fix

* Added route-target import & export function

* Added required 'version_added: "2.8"' in the documentation

* Updated documentation of new route-target options

* Added a test to make sure that in case of `state=absent` on the vrf
level the route-target options are ignored.

* Specified that the route-target options are ignored in case of
`state=absent'.

* Updated the doc to the correct format (using 'C()')

* Changed the VRF Route Target Syntax

Instead of using three different params (route_target_import,
route_target_export, route_target_both) the module uses now only one
param (route_targets) and the direction is specified for each of the
route targets.

Example:
route_targets:
[{rt: '...', direction: '{import|export|both}', state: '...'}]

* Updated Description and Examples to reflect new params

* Updated "version_added"

* pep8 fixes

* If rt['direction'] is not definied, we assume default 'both' and run
the same routine

* Added test with default direction for route-targets

* Documentation fixes
2020-03-01 10:39:04 +05:30
..
cloud cloudformation - use mutually_exclusive for on_create_failure and disable_rollback (#65629) 2020-02-15 13:00:36 +00:00
crypto Add passphrase support for luks_device (#65050) 2019-11-30 20:50:30 +01:00
files
messaging Clean up unit tests to assist with migration. (#67875) 2020-02-28 20:29:41 -08:00
monitoring Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
net_tools Add hetzner_firewall_info module. (#65421) 2019-12-05 20:40:11 +05:30
network NXOS: Manually Configurable Route-Target (#52650) 2020-03-01 10:39:04 +05:30
notification Fix AttributeError due to cgi.escape removal in Python 3.8. (#66040) 2020-01-09 15:28:02 -05:00
packaging When no pool quantity is set, then do not set quantity to 1 (#66807) 2020-01-29 12:10:47 -05:00
remote_management OneView: rename _facts -> _info (#61208) 2019-08-27 23:21:40 +02:00
source_control Move bitbucket unit tests to separate dir (#66237) 2020-01-07 17:02:27 +01:00
storage Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
system Clean up unit tests to assist with migration. (#67875) 2020-02-28 20:29:41 -08:00
web_infrastructure
__init__.py
conftest.py fix missing attribs with dirct module execution (#53875) 2019-04-04 09:59:52 -04:00
utils.py Speed up units using time.sleep by mocking or shortening sleep time (#61064) 2019-08-21 16:52:58 -05:00