vmpooler/spec
Glenn Sarti a155dca081 (POOLER-70) Add Pool Manager based functions to vSphere Provider
Previously the vSphere provider did not implement any of the required methods
from the base class.  This commit modifies the vSphere provider so that in
can properly implement the following methods:

- name
- vms_in_pool
- get_vm_host
- find_least_used_compatible_host
- migrate_vm_to_host
- get_vm
- create_vm
- destroy_vm
- vm_ready?
- vm_exists?
- create_disk
- create_snapshot
- revert_snapshot

This commit also includes changes to syntax for rubocop violations.
2017-04-03 11:30:02 -07:00
..
integration (POOLER-73) Restructure tests to unit and integration directories 2017-02-17 13:04:38 -08:00
unit (POOLER-70) Add Pool Manager based functions to vSphere Provider 2017-04-03 11:30:02 -07:00
helpers.rb (POOLER-73) Update test helpers 2017-02-17 15:51:02 -08:00
rbvmomi_helper.rb (POOLER-70) Add Pool Manager based functions to vSphere Provider 2017-04-03 11:30:02 -07:00
spec_helper.rb (POOLER-73) Add spec tests for vsphere_helper 2017-03-20 17:31:59 -07:00