You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network
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>
7 years ago
..
aireos Update bare exceptions to specify Exception. 7 years ago
aruba Update bare exceptions to specify Exception. 7 years ago
asa ASA network/service object-group module (#52925) 7 years ago
basics code clean of old code from network modules updates (#21469) 9 years ago
checkpoint Add checkpoint_session module (#50930) 7 years ago
cli Add backup parameter to cli_config (#50206) 7 years ago
cloudvision Ensure that current uses of BaseException are required 7 years ago
cnos The module fails on switchport. Check added to fix. (#54970) 7 years ago
cumulus Remove wildcard import in test_nclu 8 years ago
dellos6 Update bare exceptions to specify Exception. 7 years ago
dellos9 Update bare exceptions to specify Exception. 7 years ago
dellos10 Update bare exceptions to specify Exception. 7 years ago
edgeos Update bare exceptions to specify Exception. 7 years ago
edgeswitch new network module: edgeswitch_vlan (#48041) 7 years ago
enos Update bare exceptions to specify Exception. 7 years ago
eos New module for BGP configuration management in Arista EOS (#52722) 7 years ago
exos Exos httpapi (#54405) 7 years ago
f5 BIGIP: deprecates TMOS v11.x support for GTM modules (#54543) 7 years ago
fortimanager FortiManager Plugin Module Conversion: fmgr_ha (#52768) 7 years ago
frr frr: New module for BGP configuration management (#51281) 7 years ago
ftd Add latest updates from FTD Ansible downstream repository. (#53638) 7 years ago
ingate modules: network: ingate: Add module ig_store_edit (#47675) 7 years ago
ios Revert nxos, ios, iosxr return_timestamps (#56206) 7 years ago
iosxr Revert nxos, ios, iosxr return_timestamps (#56206) 7 years ago
ironware Update slxos_vlan for new SLX-OS versions, linting fixes (#52956) 7 years ago
itential itential iap_start_workflow module (#51238) 7 years ago
junos Add platform facts in network facts modules (#51434) 7 years ago
netact Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
netscaler Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
netvisor Pluribus Networks network cli terminal and cliconf plugins (#53735) 7 years ago
nos Update slxos_vlan for new SLX-OS versions, linting fixes (#52956) 7 years ago
nso NSO - added validate_certs parameter to allow for ignoring of SSL certificates (#51981) 7 years ago
nuage Replace nose with pytest 7 years ago
nxos nxos_vlan fix 2.8 backport (#56211) 7 years ago
onyx Adding Support For Vxlan In Onyx Switches (#55081) 7 years ago
opx opx_cps_changes (#51952) 7 years ago
ovs Update bare exceptions to specify Exception. 7 years ago
radware [stable-2.8] Changing the license to Apache 2 7 years ago
routeros Update bare exceptions to specify Exception. 7 years ago
slxos Update slxos_vlan for new SLX-OS versions, linting fixes (#52956) 7 years ago
voss Update slxos_vlan for new SLX-OS versions, linting fixes (#52956) 7 years ago
vyos Add platform facts in network facts modules (#51434) 7 years ago
__init__.py adds new module net_command for network devices (#19468) 9 years ago