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/nxos
Trishna Guha 30aba1a7fd nxos_vlan purge fix 2.8 (#57442)
* nxos_vlan: fix broken purge behavior (issue #57101) (#57229)

* nxos_vlan: fix broken purge behavior (issue #57101)

Symptoms/Analysis:
- `nxos_vlan` `purge: true` would fail when `purge` was trying to delete all unspecified vlans, including vlan 1.
- `nxos` devices do not allow removing vlan 1 and raise a cli exception error
- Previous fix #55144 caused a side effect when `purge` was used: vlan changes specified by `aggregate` were ignored; e.g.
 - vlan 4 is not present; playbook specifies `aggregate: { vlan: 4 }, purge: true`
 - results in proper purging but vlan 4 is not created

Solutions:
- ignore vlan 1 when purging
- remove the `not purge` check from state present logic

Added additional unit tests and integration tests.
Tested against all regression platforms.

* PEP fixes

* Add agg_show_vlan_brief.txt fixture

* Add warning for removing vlan 1

* change method name check

(cherry picked from commit 6bb13bbb84)

* changelog

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
7 years ago
..
fixtures nxos_vlan purge fix 2.8 (#57442) 7 years ago
__init__.py new module nxos_system (#21627) 9 years ago
nxos_module.py Update bare exceptions to specify Exception. 7 years ago
test_nxos_acl.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_acl_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_banner.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_bgp.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_bgp_af.py Move utility functions out of basic.py (#51715) 7 years ago
test_nxos_bgp_neighbor.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_bgp_neighbor_af.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_command.py Revert nxos, ios, iosxr return_timestamps (#56206) 7 years ago
test_nxos_config.py Fix 'defaults' option in the nxos_config module (#51076) 7 years ago
test_nxos_evpn_global.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_evpn_vni.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_feature.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_hsrp.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_interface_ospf.py nxos_interfaces_ospf: fix passive-interface states & check_mode (#54260) 7 years ago
test_nxos_ip_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_l3_interface.py Add support for multiple IPv6 addresses in nxos_l3_interface module (#50892) 7 years ago
test_nxos_nxapi.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_ospf.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_ospf_vrf.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_overlay_global.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_pim.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_pim_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_pim_rp_address.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_portchannel.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_static_route.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_switchport.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_system.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_vlan.py nxos_vlan purge fix 2.8 (#57442) 7 years ago
test_nxos_vpc.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_vpc_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_vrf.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
test_nxos_vrf_af.py Remove deprecated options from modules (#50246) 7 years ago
test_nxos_vxlan_vtep.py Add new configurations for nxos_vxlan_vtep (#47834) 7 years ago
test_nxos_vxlan_vtep_vni.py Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago