ansible/test/units/module_utils/xenserver
Bojan Vitnik 7afba9420a XenServer: Update docs with recent changes in XenAPI python lib and branding (#63728)
- xenserver module_util: XenAPI lib import error message handling is now
   ported to missing_required_lib(). Updated unit tests.
 - xenserver_guest, xenserver_guest_info, xenserver_guest_powerstate modules:
   docs are updated to reflect recent changes in availability of XenAPI lib
   on PyPI.
 - xenserver_guest, xenserver_guest_info, xenserver_guest_powerstate modules:
   docs are updated to reflect recent Citrix rebranding of XenServer. Broken
   URLs to external resources are fixed.
 - xenserver_guest, xenserver_guest_info, xenserver_guest_powerstate modules:
   more tested platforms are mentioned in docs.
2019-10-22 21:04:16 +05:30
..
fixtures Initial commit for xenserver module_util unit tests (#50850) 2019-02-05 09:41:26 -08:00
__init__.py Initial commit for xenserver module_util unit tests (#50850) 2019-02-05 09:41:26 -08:00
common.py Initial commit for xenserver module_util unit tests (#50850) 2019-02-05 09:41:26 -08:00
conftest.py Unit tests: remove unused imports (#59812) 2019-08-02 17:18:14 +02:00
FakeAnsibleModule.py Initial commit for xenserver module_util unit tests (#50850) 2019-02-05 09:41:26 -08:00
FakeXenAPI.py Initial commit for xenserver module_util unit tests (#50850) 2019-02-05 09:41:26 -08:00
test_gather_vm_params_and_facts.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_get_object_ref.py Unit tests: remove unused imports (#59812) 2019-08-02 17:18:14 +02:00
test_misc.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_netaddr_functions.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_set_vm_power_state.py Unit tests: remove unused imports (#59812) 2019-08-02 17:18:14 +02:00
test_wait_for_functions.py Unit tests: remove unused imports (#59812) 2019-08-02 17:18:14 +02:00
test_xapi.py Unit tests: remove unused imports (#59812) 2019-08-02 17:18:14 +02:00
test_xenserverobject.py XenServer: Update docs with recent changes in XenAPI python lib and branding (#63728) 2019-10-22 21:04:16 +05:30