ansible/test/units/modules/network/nxos
Adharsh Srivats R 7307339a7e
NX-OS ACLs module (#67558)
* Added nxos_acls module

* Adding tests

* Added integration tests

* Integration tests update

* Updated documentation

* Replaced state changes

* Added warning detection

* Added port-protocol mapping

* Added change

* Merge update changes

* Completed integration tests, rtt

* Added unit tests

* Linting

Added metaclass info

* Changed port protocol to str

* Fixed shippable errors, added examples

* Fixed type error, updated examples
2020-03-02 16:49:28 +05:30
..
fixtures NX-OS ACL interfaces module (#67505) 2020-03-02 09:52:32 +05:30
storage adding the modules to /nxos/storage/ folder (#64269) 2019-12-16 14:44:33 +05:30
__init__.py
nxos_module.py NX-OS ACL interfaces module (#67505) 2020-03-02 09:52:32 +05:30
test_nxos_acl.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_acl_interface.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_acl_interfaces.py NX-OS ACL interfaces module (#67505) 2020-03-02 09:52:32 +05:30
test_nxos_acls.py NX-OS ACLs module (#67558) 2020-03-02 16:49:28 +05:30
test_nxos_banner.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_bfd_global.py Fix bfd cmd order and test issues (#61943) 2019-09-12 21:45:37 +05:30
test_nxos_bfd_interfaces.py nxos_bfd_interfaces: new module (#61407) 2019-08-29 09:36:10 +05:30
test_nxos_bgp.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_bgp_af.py Move utility functions out of basic.py (#51715) 2019-03-14 21:29:55 -04:00
test_nxos_bgp_neighbor.py nxos_bgp_neighbor: Add bfd support (#56932) 2019-06-19 21:23:00 +05:30
test_nxos_bgp_neighbor_af.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_command.py Revert nxos, ios, iosxr return_timestamps (#56206) 2019-05-08 20:49:29 +05:30
test_nxos_config.py Fix 'defaults' option in the nxos_config module (#51076) 2019-01-23 11:29:27 +05:30
test_nxos_evpn_global.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_evpn_vni.py Clean up unused imports for nxos related code (#61856) 2019-09-08 22:53:24 -04:00
test_nxos_feature.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_hsrp.py Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
test_nxos_hsrp_interfaces.py nxos_hsrp_interfaces: new module (#61498) 2019-11-06 15:40:39 +05:30
test_nxos_interface.py Add nxos_interfaces resource module (#60421) 2019-08-14 13:38:22 +05:30
test_nxos_interface_ospf.py nxos_interface_ospf: Add bfd support (#56807) 2019-06-07 09:58:29 +05:30
test_nxos_interfaces.py nxos_interfaces: RMB state fixes (#63960) 2019-12-13 18:06:21 +05:30
test_nxos_l3_interface.py Add nxos_l3_interfaces resource module (#61021) 2019-08-23 15:06:26 +05:30
test_nxos_l3_interfaces.py nxos_l3_interfaces: fix states, add new minor attributes (#64853) 2020-01-10 16:33:22 +05:30
test_nxos_lldp_interfaces.py nxos_lldp_interfaces resource module (#67802) 2020-03-01 20:52:25 +05:30
test_nxos_nxapi.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_ospf.py Unit tests: remove unused imports (#59812) 2019-08-02 17:18:14 +02:00
test_nxos_ospf_vrf.py nxos_ospf_vrf: Add 'bfd' support (#57425) 2019-06-19 21:22:32 +05:30
test_nxos_overlay_global.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_pim.py nxos_pim: Add bfd support (#56908) 2019-06-19 21:22:03 +05:30
test_nxos_pim_interface.py Clean up unit tests to assist with migration. (#67875) 2020-02-28 20:29:41 -08:00
test_nxos_pim_rp_address.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_static_route.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_system.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_telemetry.py Fix fact gathering for sensor-groups (#66439) 2020-01-22 10:49:12 +05:30
test_nxos_vlan.py Add nxos_vlans resource module (#59294) 2019-08-05 12:50:16 +05:30
test_nxos_vlans.py nxos_vlans: fix rmb behaviors and tests (#63650) 2019-11-19 14:24:52 +05:30
test_nxos_vpc.py nxos_vpc: pkl_vrf fixes for #57069 (#57370) 2019-06-28 16:18:46 +05:30
test_nxos_vpc_interface.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_vrf.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_nxos_vrf_af.py NXOS: Manually Configurable Route-Target (#52650) 2020-03-01 10:39:04 +05:30
test_nxos_vxlan_vtep.py Add new configurations for nxos_vxlan_vtep (#47834) 2018-11-02 11:23:37 +05:30
test_nxos_vxlan_vtep_vni.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00