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
2018-07-12 20:27:10 +05:30
..
aireos Adding changed option to save_when for aireos (#40681) 2018-05-31 10:35:12 -04:00
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
basics
cloudvision
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) 2018-05-17 10:06:24 -04:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
dellos6 Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 2018-05-30 13:03:20 -04:00
dellos9 Ansible 2.5 feature support for dellos9 (#34880) 2018-01-23 13:59:27 +00:00
dellos10 Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 2018-05-30 13:03:20 -04:00
edgeos Add unit tests for edgeos_command (#35861) 2018-02-14 09:27:03 -05:00
enos Adding module enos_config and its UT files (#33081) 2017-11-29 15:17:04 +00:00
eos Update eos, ios, vyos cliconf plugin (#42300) 2018-07-04 19:45:21 +05:30
exos add tests for exos_command module (#42268) 2018-07-04 19:42:51 +05:30
f5 change OS X to macOS (#41294) 2018-06-26 14:09:23 -04:00
fortimanager skip fmg_script unit test if the pyFMG script is not present (#36732) 2018-02-26 12:01:14 -05:00
ios Devel ios vrf submode (#41659) 2018-07-12 20:27:10 +05:30
iosxr show version brief does not work on iosxr virtual (#37609) 2018-03-29 12:33:41 +05:30
ironware Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 2018-05-30 13:03:20 -04:00
junos Netconf bytes fixes (#41607) 2018-06-22 11:50:44 -04:00
netact Netact cm command2 (#34873) 2018-01-30 19:00:29 +00:00
netscaler Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 2018-05-30 13:03:20 -04:00
nso nso_verify handle leaf-list in 4.5 and identityref (#37393) 2018-03-20 10:01:36 +00:00
nuage Fix Python 3.7 syntax error in tests. 2018-01-09 16:54:19 -08:00
nxos Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554) 2018-05-30 13:03:20 -04:00
onyx issue:38167 add support for onyx version 3.6.6000 for onyx_linkagg (#38191) 2018-04-04 07:43:10 -06:00
ovs openvswitch_db: Make 'key' parameter optional (#42110) 2018-07-09 19:12:41 +05:30
radware Fixing lack of failure when uploaded source is invalid (#37461) 2018-04-04 07:48:22 -06:00
slxos Adding slxos_lldp module (#39259) 2018-06-26 09:27:52 -07:00
vyos allow empty line in src template file (#42493) 2018-07-11 11:29:07 +05:30
__init__.py