summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2016-06-29 17:05:54 +0200
committerGabriel Filion <gabster@lelutin.ca>2016-06-29 17:05:54 +0200
commit354bada72153cfe29f0e91b0fff16d1eeaf5f0e2 (patch)
tree5aff9d4584661a9e2b65c985704b11abb433467e /README.md
parenta8755365321bccf7a5c7a9a0fc9883b3176a1d37 (diff)
parent005f06f3dde8198fac2ca1a0206e05157e927d3c (diff)
Merge remote-tracking branch 'varac/beaker' into blah
The README file has been changed, use the new syntax to match the rest of the file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6a0c4a..41a9aeb 100644
--- a/README.md
+++ b/README.md
@@ -644,11 +644,33 @@ To run pupept rspec tests:
bundle install --path vendor/bundle
bundle exec rake spec
+Verbose Output:
+
+ bundle exec rake spec SPEC_OPTS='--format documentation'
+
Using different facter/puppet versions:
FACTER_GEM_VERSION=1.6.10 PUPPET_GEM_VERSION=2.7.23 bundle install --path vendor/bundle
bundle exec rake spec
+## Acceptance Tests<a name="acceptance-tests"></a>
+
+At the moment, we use [beaker together with docker](https://github.com/puppetlabs/beaker/blob/master/docs/Docker-Support.md)
+to do acceptance testing.
+Be sure to have a recent docker version installed.
+
+List configured nodesets:
+
+ bundle exec rake beaker_nodes
+
+Run tests on default node (Debian Jessie):
+
+ bundle exec rake beaker
+
+Run different nodeset:
+
+ BEAKER_set="debian-8-x86_64-docker" bundle exec rspec spec/acceptance/*_spec.rb
+
# Licensing<a name="licensing"></a>