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 9f86b923e9
[CLI_CONF] Refactor nxos module common library to use cliconf plugin (#31524)
* refactor nxos modules

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* get_config update

* fix get_config

* update nxos module

* device_info

* fix conflict

* add failure message check

* pep8 fixes

* use get_capabilities to check cliconf

* Add logic to detect platform in get_capabilities and cache in module_utils

* return msg in edit_config

* fix conflicts

* make modules compatible

* fix nxos cliconf api

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* cache capabilities

* Update transport queries to get_capabilities in module level

* fix unit tests

* load_config error code

* remove unnecessary change

* Refactor nxos_install_os module
7 years ago
..
fixtures Use show command to support wider platform set for nxos_interface module (#33037) 7 years ago
__init__.py new module nxos_system (#21627) 8 years ago
nxos_module.py Unit tests: share common code (#31456) 7 years ago
test_nxos_acl.py Unit tests: share common code (#31456) 7 years ago
test_nxos_acl_interface.py Unit tests: share common code (#31456) 7 years ago
test_nxos_banner.py Unit tests: share common code (#31456) 7 years ago
test_nxos_bgp.py nxos: 32 bits AS in as-dot format not recognized by regexp asn_regex (#30569) 7 years ago
test_nxos_bgp_af.py Unit tests: share common code (#31456) 7 years ago
test_nxos_bgp_neighbor.py Unit tests: share common code (#31456) 7 years ago
test_nxos_bgp_neighbor_af.py Unit tests: share common code (#31456) 7 years ago
test_nxos_command.py Unit tests: share common code (#31456) 7 years ago
test_nxos_config.py Unit tests: share common code (#31456) 7 years ago
test_nxos_evpn_global.py Unit tests: share common code (#31456) 7 years ago
test_nxos_evpn_vni.py Unit tests: share common code (#31456) 7 years ago
test_nxos_feature.py Unit tests: share common code (#31456) 7 years ago
test_nxos_hsrp.py [CLI_CONF] Refactor nxos module common library to use cliconf plugin (#31524) 7 years ago
test_nxos_interface.py Unit tests: share common code (#31456) 7 years ago
test_nxos_interface_ospf.py loopback doesn't support passive_interface (#33252) 7 years ago
test_nxos_ip_interface.py [CLI_CONF] Refactor nxos module common library to use cliconf plugin (#31524) 7 years ago
test_nxos_nxapi.py [CLI_CONF] Refactor nxos module common library to use cliconf plugin (#31524) 7 years ago
test_nxos_ospf.py Unit tests: share common code (#31456) 7 years ago
test_nxos_ospf_vrf.py Unit tests: share common code (#31456) 7 years ago
test_nxos_overlay_global.py Unit tests: share common code (#31456) 7 years ago
test_nxos_pim.py Unit tests: share common code (#31456) 7 years ago
test_nxos_pim_interface.py Unit tests: share common code (#31456) 7 years ago
test_nxos_pim_rp_address.py Unit tests: share common code (#31456) 7 years ago
test_nxos_portchannel.py [CLI_CONF] Refactor nxos module common library to use cliconf plugin (#31524) 7 years ago
test_nxos_static_route.py Unit tests: share common code (#31456) 7 years ago
test_nxos_switchport.py [CLI_CONF] Refactor nxos module common library to use cliconf plugin (#31524) 7 years ago
test_nxos_system.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vlan.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vpc.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vpc_interface.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vrf.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vrf_af.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vxlan_vtep.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vxlan_vtep_vni.py Unit tests: share common code (#31456) 7 years ago