ansible/test/units/modules/network/nxos
Pilou a5c9726502 Unit tests: share common code (#31456)
* move set_module_args to units.modules.utils
* unit tests: reuse set_module_args
* unit tests: mock exit/fail_json in module.utils.ModuleTestCase
* unit tests: use module.utils.ModuleTestCase
* unit tests: fix 'import shadowed by loop variable'
2017-11-17 09:17:07 -08:00
..
fixtures Add mtu option nxos_interface feature idea (#32680) 2017-11-13 14:48:04 +00:00
__init__.py
nxos_module.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_acl.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_acl_interface.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_banner.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_bgp.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_bgp_af.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_bgp_neighbor.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_bgp_neighbor_af.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_command.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_config.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_evpn_global.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_evpn_vni.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_feature.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_hsrp.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_interface.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_interface_ospf.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_ip_interface.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_nxapi.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_ospf.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_ospf_vrf.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_overlay_global.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_pim.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_pim_interface.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_pim_rp_address.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_portchannel.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_static_route.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_switchport.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_system.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vlan.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vpc.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vpc_interface.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vrf.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vrf_af.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vxlan_vtep.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_nxos_vxlan_vtep_vni.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00