ansible/test/units/modules/network/ios/fixtures
pierremahot 3903ca5c8e Fix ios_vlan to correctly identify unmodified config when having long interface names (#40145)
Change the command to get the interface in a vlan "show vlan" => "show vlan brief"
Change the parsing of the return command of the switch.
The return of the ios command is fixed so i cut with fix number of carracter.
Adding looking for the next line to add the forgeted interfaces.
2018-05-23 10:15:54 -04:00
..
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 Add ios_banner module (#22687) 2017-03-16 16:35:44 +01:00
ios_config_config.cfg
ios_config_defaults.cfg
ios_config_src.cfg
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 Add ios_user implementation module (#25413) 2017-06-09 13:50:57 +05:30
ios_vlan_config.cfg Fix ios_vlan to correctly identify unmodified config when having long interface names (#40145) 2018-05-23 10:15:54 -04:00
ios_vrf_config.cfg
show_version