VMPooler hypervisor library for beaker
Find a file
2018-01-04 14:44:48 -08:00
bin Initial commit 2017-06-30 09:41:21 -07:00
lib (GEM) update beaker-vmpooler version to 1.2.0 2018-01-04 14:44:48 -08:00
spec (BKR-1181) Separate Vcloud into its own library 2017-08-09 08:54:50 -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 (BKR-1181) Separate Vcloud into its own library 2017-08-09 08:54:50 -07:00
Gemfile (maint) Add option for BEAKER_HOSTS file to be pregenerated in acceptance tests 2017-11-28 08:41:42 -08: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.