You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Bojan Vitnik 922af44d7d Fix a bug that caused exception on XenServer 7.1 with Cummulative Update (#52303)
- xenserver module_util: fixed a bug in gather_vm_params function where
   an exception was generated if XenServer product_version_text_short
   parameter contained non numeric characters, e.g. "7.1 CU1" on
   XenServer version 7.1 with Cummulative Update 1. Code was changed
   to use product_version parameter instead which is all numeric.
 - xenserver module_util: get_xenserver_version function is changed
   to return a list of integers for major, minor and update version
   instead of list of strings.
 - xenserver module_util: unit tests are updated according to changes.
 - xenserver module_util: removed unused imports.
6 years ago
..
aws
basic
cloud
common
docker
ec2
facts
gcp
json_utils
net_tools
network
parsing
urls
xenserver Fix a bug that caused exception on XenServer 7.1 with Cummulative Update (#52303) 6 years ago
__init__.py
conftest.py
test_acme.py
test_database.py
test_distribution_version.py
test_distro.py
test_known_hosts.py
test_postgresql.py
test_text.py
test_utm_utils.py
test_vmware.py