1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
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.
2019-02-19 12:36:57 +00:00
..
cache
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration template: add additional variable for dest path (#52015) 2019-02-19 14:15:19 +05:30
legacy Add a Scaleway load-balancer module (#51741) 2019-02-11 15:28:55 +00:00
results
runner Use a consistent RLIMIT_NOFILE for ansible-test. 2019-02-18 23:43:37 -08:00
sanity Don't error on type changes, cast to string and compare (#52505) 2019-02-18 13:25:58 -06:00
units Fix a bug that caused exception on XenServer 7.1 with Cummulative Update (#52303) 2019-02-19 12:36:57 +00:00
utils Reduce console noise at start of CI session. (#52387) 2019-02-18 13:41:45 -08:00