ansible/test/units/modules/network/ios
Peter Sprygada 258c6ada52 refactors ios_config to use network_cli plugin (#20042)
* updates the ios_config module to use the network_cli plugin
* updates the local action plugin to derive from network
* add unit test cases for ios_config
2017-01-09 11:19:25 -05:00
..
fixtures refactors ios_config to use network_cli plugin (#20042) 2017-01-09 11:19:25 -05:00
__init__.py adds missing __init__ to ios unit test 2017-01-08 23:07:30 -05:00
test_ios_command.py updates ios_command to use network_cli plugin (#19992) 2017-01-06 17:06:40 -05:00
test_ios_config.py refactors ios_config to use network_cli plugin (#20042) 2017-01-09 11:19:25 -05:00
test_ios_system.py adds new module ios_system (#19916) 2017-01-05 09:02:29 -05:00
test_ios_template.py update the _ios_template module to use the network_cli plugin (#19933) 2017-01-06 20:22:17 -05:00
test_ios_vrf.py