Fix formatting in Puppet Module Functional Testing
Change-Id: I23ebab7e0ea88ab9bb48c144f456baaf77aa93de
This commit is contained in:
@@ -33,15 +33,16 @@ puppet should be making.
|
|||||||
Proposed Change
|
Proposed Change
|
||||||
===============
|
===============
|
||||||
|
|
||||||
The framework proposed to assist with functional testing is Beaker-rspec
|
The framework proposed to assist with functional testing is
|
||||||
<https://github.com/puppetlabs/beaker-rspec>. Beaker is an all-in-one testing
|
`Beaker-rspec <https://github.com/puppetlabs/beaker-rspec>`_.
|
||||||
harness that spins up a virtual machine, provisions it, copies puppet manifests
|
Beaker is an all-in-one testing harness that spins up a virtual machine,
|
||||||
onto it, runs puppet apply with detailed exit codes, and asserts state.
|
provisions it, copies puppet manifests onto it, runs puppet apply with detailed
|
||||||
Beaker-rspec is a layer on top of Beaker that provides rspec (a ruby testing
|
exit codes, and asserts state. Beaker-rspec is a layer on top of Beaker that
|
||||||
DSL) syntax to describe behavior. Beaker-rspec is the puppet module testing
|
provides rspec (a ruby testing DSL) syntax to describe behavior. Beaker-rspec
|
||||||
framework that is recommended by Puppet Labs and widely adopted in the puppet
|
is the puppet module testing framework that is recommended by Puppet Labs and
|
||||||
community. The OpenStack Puppet Modules are currently using this framework, so
|
widely adopted in the puppet community. The OpenStack Puppet Modules are
|
||||||
the implementation is largely already in place.
|
currently using this framework, so the implementation is largely already in
|
||||||
|
place.
|
||||||
|
|
||||||
Because beaker is an all-in-one tool that controls the management and
|
Because beaker is an all-in-one tool that controls the management and
|
||||||
provisioning of virtual machines, it has the advantage that it is easy for
|
provisioning of virtual machines, it has the advantage that it is easy for
|
||||||
|
|||||||
Reference in New Issue
Block a user