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
Olivier BLIN 87a01df6ad Fix 'defaults' option in the nxos_config module (#51076)
* Fix 'defaults' option in the nxos_config module

Nxos get_config is allways called with the 'all' option.
* Fix flag's calculation
* Add tests

* nxos_config: the 'backup' option take into account the value of 'defaults' option

If 'defaults' option is true, the running-config backup is done with the all
keyword.
6 years ago
..
fixtures nxos_vlan refactor to support non structured output (#43805) 6 years ago
__init__.py new module nxos_system (#21627) 8 years ago
nxos_module.py Update bare exceptions to specify Exception. 6 years ago
test_nxos_acl.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_acl_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_banner.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_bgp.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_bgp_af.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_bgp_neighbor.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_bgp_neighbor_af.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_command.py added timestamps to nxos_command module (#50261) 6 years ago
test_nxos_config.py Fix 'defaults' option in the nxos_config module (#51076) 6 years ago
test_nxos_evpn_global.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_evpn_vni.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_feature.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_hsrp.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_interface_ospf.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_ip_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_nxapi.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_ospf.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_ospf_vrf.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_overlay_global.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_pim.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_pim_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_pim_rp_address.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_portchannel.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_static_route.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_switchport.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_system.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_vlan.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_vpc.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_vpc_interface.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_vrf.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_nxos_vrf_af.py Remove deprecated options from modules (#50246) 6 years ago
test_nxos_vxlan_vtep.py Add new configurations for nxos_vxlan_vtep (#47834) 6 years ago
test_nxos_vxlan_vtep_vni.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago