vmpooler/spec
Glenn Sarti ac7d7009d2 (POOLER-70) Refactor clone_vm to take pool configuration object
Previously, the clone_vm method took various VSphere specific parameters e.g.
template folder.  However in order make VMPooler less VSphere specific this
method should just take the pool configuration and then it can determine the
appropriate settings itself.  This commit also moves the threading to a clone_vm
while the actual method which does the work is now _clone_vm as per all other
multithread worker methods in pool_manager.  This commit also updates the spec
tests appropriately.
2017-03-01 21:53:42 -08:00
..
integration (POOLER-73) Restructure tests to unit and integration directories 2017-02-17 13:04:38 -08:00
unit (POOLER-70) Refactor clone_vm to take pool configuration object 2017-03-01 21:53:42 -08:00
helpers.rb (POOLER-73) Update test helpers 2017-02-17 15:51:02 -08:00
spec_helper.rb Merge CI.next into Master (#161) 2016-07-25 10:43:32 -05:00