ansible/test/units/modules/network/ios/fixtures
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
..
configure_revert_now ios_command: Whitelist some commands starting with configure (#35363) 2018-01-26 10:55:50 -05:00
ios_banner_show_banner.txt
ios_config_config.cfg
ios_config_defaults.cfg
ios_config_src.cfg
ios_facts_dir ios_facts: Report space of file systems (#41850) 2018-07-09 09:15:31 -04:00
ios_facts_show_interfaces Search for macaddresses more stringently (#40901) 2018-05-31 10:45:17 -04:00
ios_facts_show_ip_interface Search for macaddresses more stringently (#40901) 2018-05-31 10:45:17 -04:00
ios_facts_show_ipv6_interface Search for macaddresses more stringently (#40901) 2018-05-31 10:45:17 -04:00
ios_facts_show_lldp Search for macaddresses more stringently (#40901) 2018-05-31 10:45:17 -04:00
ios_facts_show_memory_statistics ios_facts: Report space of file systems (#41850) 2018-07-09 09:15:31 -04:00
ios_facts_show_version Fix ios_facts return values (#35239) 2018-01-30 11:17:14 -05:00
ios_logging_config.cfg ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
ios_ping_ping_8.8.8.8_repeat_2 IOS Ping: Add new module to support ping tests from IOS devices (#28557) 2017-08-29 11:21:49 -04:00
ios_ping_ping_10.255.255.250_repeat_2 IOS Ping: Add new module to support ping tests from IOS devices (#28557) 2017-08-29 11:21:49 -04:00
ios_system_config.cfg
ios_user_config.cfg
ios_vlan_config.cfg Make ios_vlan identify vlans starting with 9 (#42247) 2018-07-09 09:50:06 -04:00
ios_vrf_config.cfg Devel ios vrf submode (#41659) 2018-07-12 20:27:10 +05:30
show_version