ansible/test/units/modules
Trishna Guha 4f37ce32f3 nxos_vlan fix 2.8 backport (#56211)
* nxos_vlan: vlan names containing regex ctl chars should be escaped (#55463)

The `nxos_vlan` module may raise with regex error `sre_constants.error: multiple repeat` in the non_structured codepath if the device has existing vlan names with certain regex control characters; e.g.

```
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Eth1/3
14   my-vlan-name-is-***              active
```

(cherry picked from commit de8ce08fd8)

* fix nxos_vlan mode idempotence bug (#55144)

* fix nxos_vlan mode idempotence bug

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* Fix CI failure

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 57e0567310)

* nxos_vlan fix 2.8 backport

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-05-21 09:36:30 -07:00
..
cloud GCP Deprecations 2019-04-23 13:49:26 -06:00
crypto New LUKS devices management module (#48991) 2019-02-15 09:25:14 +00:00
files
messaging
monitoring
net_tools Added support for infoblox member object (#53174) 2019-03-12 17:48:51 +05:30
network nxos_vlan fix 2.8 backport (#56211) 2019-05-21 09:36:30 -07:00
notification
packaging rename rhsm_repository_release to rhsm_release (#53430) 2019-03-21 10:21:45 -05:00
remote_management Fix test_oneview_ethernet_network unit test. 2019-03-20 22:13:26 -07:00
source_control Add Bitbucket Pipelines SSH key pair module (#54241) 2019-03-29 14:13:59 +01:00
storage Improve netapp_e_volume module and add unit tests. 2019-04-11 11:16:45 -04:00
system pamd: fix idempotence issue when removing rules (#54105) 2019-04-01 10:18:33 -04: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