vmpooler/spec/unit/providers
Glenn Sarti 77afc86aeb (POOLER-72) Add Dummy Provider
Previously the only VM Provider was vSphere however this made testing and making
changes difficult as it required a functioning vSphere instance.  This commit
adds a Dummy Provider which presents a VM provider to Pool Manager but manages
provisioned "VM"s in a hashtable.  The Dummy Provider can also be configured to
randomly fail operations and take random amounts of time to perform operations,
 such as cloning a VM, which is useful to see how the Pool Manager copes with
these events.

This commit also updates the configuration YAML documentation and adds
appropriate unit tests.
2017-05-17 13:52:27 -07:00
..
base_spec.rb (POOLER-70) Update the provider base class 2017-04-02 21:23:09 -07:00
dummy_spec.rb (POOLER-72) Add Dummy Provider 2017-05-17 13:52:27 -07:00
vsphere_spec.rb (POOLER-70) Add Pool Manager based functions to vSphere Provider 2017-04-03 11:30:02 -07:00