ansible/test/units/modules/network/vyos
Maugli 235b11f681 Return correct version on installed VyOS (#39115)
* Return correct version on installed VyOS

Previously existing regexp will shows only "VyOS" without numeric output of router version.
For example: from  "Version:      VyOS 1.1.6" only VyOS will be written in ansible_net_version variable
For more informative output numeric value should be returned as well

* Fixed unittests
2018-09-14 22:51:30 +05:30
..
fixtures allow empty line in src template file (#42493) 2018-07-11 11:29:07 +05:30
__init__.py
test_vyos_banner.py
test_vyos_command.py Add run_commands api for ios and vyos cliconf plugin (#42093) 2018-06-29 15:07:38 +05:30
test_vyos_config.py nxos cliconf plugin refactor (#43203) 2018-07-27 11:05:40 +05:30
test_vyos_facts.py Return correct version on installed VyOS (#39115) 2018-09-14 22:51:30 +05:30
test_vyos_static_route.py
test_vyos_system.py
test_vyos_user.py
vyos_module.py