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
Clement Trebuchet 7c97bb5077 Devel ios vrf submode (#41659)
* add submode features ipv4/ipv6

* add tests for submode

* the parameters both_ * were not idempotent, in what is read in the configuration we have a list with 2 entries (import, export) while the input parameter has only one parameter which will be applied twice

* add docstring to the ios_vrf module + provide a fix for: https://github.com/ansible/ansible/issues/41581

* complete tests

* add missing description

* fix KeyError for address-family ipv*

* fix both_* tests

* fix E231, W292, W293

* fix W293

* remove set has it doesn't preserve order of routes

* fix E106

* remove ImportError: cannot import name OrderedDict

* We should be able to mix the parameters for the routes targets , while remaining imdepotent. During the first implementation we did not take this into account, which did not correspond to the reality of the needs in production (to be able to use each parameter indifemently together)

* remove epdb reference

* FIX E111, E106

* FIX E302

* using loop produce a result who  was not imdepotent

* FIX E241

* fix: used pass intead of list
6 years ago
..
aireos Adding changed option to save_when for aireos (#40681) 6 years ago
aruba Aruba indenting (#33884) 7 years ago
basics code clean of old code from network modules updates (#21469) 7 years ago
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 7 years ago
cnos Modifying cnos-facts, cnos_command and cnos-config in line with the design followed in Ansible. Adding unit test cases for these modules. Added plugins to support them. (#39955) 6 years ago
cumulus Remove wildcard import in test_nclu 7 years ago
dellos6 Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
dellos9 Ansible 2.5 feature support for dellos9 (#34880) 6 years ago
dellos10 Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
edgeos Add unit tests for edgeos_command (#35861) 6 years ago
enos Adding module enos_config and its UT files (#33081) 7 years ago
eos Update eos, ios, vyos cliconf plugin (#42300) 6 years ago
exos add tests for exos_command module (#42268) 6 years ago
f5 change OS X to macOS (#41294) 6 years ago
fortimanager skip fmg_script unit test if the pyFMG script is not present (#36732) 6 years ago
ios Devel ios vrf submode (#41659) 6 years ago
iosxr show version brief does not work on iosxr virtual (#37609) 6 years ago
ironware Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
junos Netconf bytes fixes (#41607) 6 years ago
netact Netact cm command2 (#34873) 6 years ago
netscaler Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
nso nso_verify handle leaf-list in 4.5 and identityref (#37393) 6 years ago
nuage Fix Python 3.7 syntax error in tests. 7 years ago
nxos Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 6 years ago
onyx issue:38167 add support for onyx version 3.6.6000 for onyx_linkagg (#38191) 6 years ago
ovs openvswitch_db: Make 'key' parameter optional (#42110) 6 years ago
radware Fixing lack of failure when uploaded source is invalid (#37461) 6 years ago
slxos Adding slxos_lldp module (#39259) 6 years ago
vyos allow empty line in src template file (#42493) 6 years ago
__init__.py adds new module net_command for network devices (#19468) 8 years ago