ansible/test/units/modules/network
Nilashish Chakraborty c60c27b7da Backport 2.5: Return correct version on installed VyOS (#39115) (#45715)
* 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

(cherry picked from commit 235b11f681)

* Added changelog
2018-09-25 09:10:52 -07:00
..
aireos Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 2017-08-02 15:24:52 +01:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
dellos6 2.5 Plugin Environment support and Testcases for dellos6 modules (#34890) 2018-01-22 12:34:21 +00:00
dellos9 Ansible 2.5 feature support for dellos9 (#34880) 2018-01-23 13:59:27 +00:00
dellos10 further fixes to rename only where required (#35432) 2018-01-29 07:02:31 +10:00
edgeos Add unit tests for edgeos_command (#35861) (#36184) 2018-02-14 15:42:27 +00:00
enos Adding module enos_config and its UT files (#33081) 2017-11-29 15:17:04 +00:00
eos Fixing eos_config save option. Was removed when deprecated. Fixing ot… (#35628) 2018-02-08 11:54:17 +05:30
f5 Reduces the unit test time of select bigip modules (#36256) (#36260) 2018-02-15 20:28:45 +00:00
fortimanager skip fmg_script unit test if the pyFMG script is not present (#36732) (#36749) 2018-02-26 12:41:14 -05:00
ios Fix ios_vlan issue CP in 2.5 (#42668) 2018-07-23 09:25:18 -07:00
iosxr show version brief does not work on iosxr virtual (#39847) 2018-05-08 13:12:23 +05:30
ironware Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
junos Fix junos_config confirm timeout issue (#40238) (#40255) 2018-05-16 20:55:13 +05:30
netact Netact cm command2 (#34873) 2018-01-30 19:00:29 +00:00
netscaler Netscaler various fixes (#34800) 2018-02-06 19:11:44 +00:00
nso nso_verify handle leaf-list in 4.5 and identityref (#37393) (#37634) 2018-04-05 12:02:44 +01:00
nuage Fix Python 3.7 syntax error in tests. 2018-01-09 16:54:19 -08:00
nxos nxos_igmp and nxos_hsrp fix (#38513) 2018-04-10 01:51:41 -04:00
onyx Backport/2.5/38191 (#38327) 2018-04-05 12:27:56 +01:00
ovs openvswitch_db : Handle column value conversion and idempotency in no_key case (#43869) 2018-08-13 17:52:47 -07:00
radware Backport/2.5/37461 (#40252) 2018-05-16 20:23:09 +01:00
vyos Backport 2.5: Return correct version on installed VyOS (#39115) (#45715) 2018-09-25 09:10:52 -07:00
__init__.py