ansible/test
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
..
cache
env
integration nxos_vlan fix 2.8 backport (#56211) 2019-05-21 09:36:30 -07:00
legacy Migrate Scaleway tests to integration tests 2019-04-09 15:41:30 -07:00
results
runner Add missing selectors2 requirement for network-integration tests 2019-05-09 12:40:30 -07:00
sanity [stable-2.8] Use LooseVersion instead of StrictVersion as StrictVersion doesn't understand "rc1" 2019-04-25 10:57:58 -06:00
units nxos_vlan fix 2.8 backport (#56211) 2019-05-21 09:36:30 -07:00
utils Add Hetzner Cloud to CI integration tests. 2019-04-09 15:41:50 -07:00