vmpooler/spec/unit/providers
Glenn Sarti 2f37c1e9b5 (POOLER-52) Modify dummy provider to use a connection pool
Previously a connection pooler class was added.  This commit modifies the Dummy
VM Provider to use a connection pooler.  While the Dummy provider strictly
speaking does not use connections, this allows testing to see what happens when
connection pools are stressed or exhausted.  This commit:
- Modifies functions to use a connection pool object for the public API
  functions
- Modifies the VMPooler YAML with new settings for connection pool size and
  timeout
2017-05-17 13:52:28 -07:00
..
base_spec.rb (POOLER-70) Update base VM provider 2017-05-17 13:52:27 -07:00
dummy_spec.rb (POOLER-52) Modify dummy provider to use a connection pool 2017-05-17 13:52:28 -07:00
vsphere_spec.rb (POOLER-70) Move vSphere configuration into providers section 2017-05-17 13:52:28 -07:00