VMPooler hypervisor library for beaker
Find a file
Dakota Schneider b8804eb5f1 (MAINT) Drop MockVsphereHelper (#10)
* (MAINT) Update specs to remove VsphereHelper

VsphereHelper is no longer relevant since vmpooler doesn't use vSphere/vCloud any more.

* (MAINT) Drop conflicting, unused dependency on beaker-abs

* (MAINT) Conditionally pin fakefs '< 0.14.0' for Ruby < '2.3.0'

* (MAINT) Remove more VsphereHelper references

And minor whitespace cleanup

* (MAINT) Drop unused beaker-abs dependency

Could have sworn I fixed that... maybe in a different branch?
2018-07-02 08:57:30 -07:00
bin Initial commit 2017-06-30 09:41:21 -07:00
lib (MAINT) fix connection preferences 2018-03-09 15:00:54 -08:00
spec (MAINT) Drop MockVsphereHelper (#10) 2018-07-02 08:57:30 -07:00
.gitignore Initial commit 2017-06-30 09:41:21 -07:00
.rspec Initial commit 2017-06-30 09:41:21 -07:00
.simplecov Initial commit 2017-06-30 09:41:21 -07:00
beaker-vmpooler.gemspec (MAINT) Drop MockVsphereHelper (#10) 2018-07-02 08:57:30 -07:00
Gemfile (MAINT) Drop MockVsphereHelper (#10) 2018-07-02 08:57:30 -07:00
LICENSE Initial commit 2017-06-30 09:41:21 -07:00
Rakefile (maint) Add option for BEAKER_HOSTS file to be pregenerated in acceptance tests 2017-11-28 08:41:42 -08:00
README.md Initial commit 2017-06-30 09:41:21 -07:00
vmpooler.md Initial commit 2017-06-30 09:41:21 -07:00

beaker-vmpooler

Beaker library to use vmpooler hypervisor

How to use this wizardry

This is a gem that allows you to use hosts with vmpooler hypervisor with beaker. This gem is already included as beaker dependency for you, so you don't need to do anything special to use this gem's functionality with beaker.

Spec tests

Spec test live under the spec folder. There are the default rake task and therefore can run with a simple command:

bundle exec rake test:spec

Acceptance tests

We run beaker's base acceptance tests with this library to see if the hypervisor is working with beaker. There is a simple rake task to invoke acceptance test for the library:

bundle exec rake test:acceptance

Contributing

Please refer to puppetlabs/beaker's contributing guide.

If you are making changes in beaker-vmpooler and simultaneously in beaker, please comment and link your beaker fork repo and branch name in your PR of beaker-vmpooler for testing on CI.