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
tstoner 2c3d418e53 Nxapi ssl (#42905)
* NXAPI ssl ciphers & protocols default values

* TLSv1, TLSv1.1, TLSv1.2 and weak cipher support

* NXOS NXAPI weak/strong cipher & TLSv 1.2, 1.1 & 1.0 support

* Version checking for strong/weak ciphers & TLS 1.2, 1.1 & 1.0 support

* Cleaned up erroneously committed changes.

* Specific NXOS platform checking for nxapi ssl ciphers & protocols

* Fixed ansibot reported errors.

* Resolved ansibot reported error.

* Added network_os_version to mocked up N7K unit test device_info

* Calling get_capabilities() once in main and passing results into methods.

* Removed raising exceptions when platform capabilities return None
per reviewers request. Skipping nxapi ssl options when capabilities
are None and generating a warning when these options are skipped

* Cleaned up explicit checks for None/not None
6 years ago
..
fixtures Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 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 Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 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 Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
test_nxos_bgp_af.py fix nxos_bgp_af issues (#36147) 7 years ago
test_nxos_bgp_neighbor.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
test_nxos_bgp_neighbor_af.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
test_nxos_command.py Unit tests: share common code (#31456) 7 years ago
test_nxos_config.py nxos cliconf plugin refactor (#43203) 6 years ago
test_nxos_evpn_global.py Handle nxos platform diffs with cli conf implementation (#34020) 7 years ago
test_nxos_evpn_vni.py fix nxos_evpn_vni issues (#35930) 7 years ago
test_nxos_feature.py Fixes for the N3500 platform that uses the A8 image (#36261) 7 years ago
test_nxos_hsrp.py fix nxos_hsrp issues (#38410) 7 years ago
test_nxos_interface.py Fix nxos_interface multiple issues (#36827) 7 years ago
test_nxos_interface_ospf.py loopback doesn't support passive_interface (#33252) 7 years ago
test_nxos_ip_interface.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
test_nxos_nxapi.py Nxapi ssl (#42905) 6 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 fix nxos_pim_interface issues (#35405) 7 years ago
test_nxos_pim_rp_address.py Unit tests: share common code (#31456) 7 years ago
test_nxos_portchannel.py Deprecate nxos_portchannel and add nxos_linkagg DI module (#33376) 7 years ago
test_nxos_static_route.py Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
test_nxos_switchport.py Deprecate nxos_switchport and Add nxos_l2_interface DI module (#33813) 7 years ago
test_nxos_system.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vlan.py Convert nxos_vlan to DI module (#31866) 7 years ago
test_nxos_vpc.py fix nxos_vpc issues (#35868) 7 years ago
test_nxos_vpc_interface.py Unit tests: share common code (#31456) 7 years ago
test_nxos_vrf.py Convert nxos_vrf to DI module (#34274) 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