
The cookiecutter underwent a lot of cleanup in docs and testing, unfortunately placement was cut before those were merged so this applies those changes. [1] [2] [3] [4] [5] [1] https://review.openstack.org/#/c/624624/ [2] https://review.openstack.org/#/c/624338/ [3] https://review.openstack.org/#/c/614803/ [4] https://review.openstack.org/#/c/610859/ [5] https://review.openstack.org/#/c/622925/ Change-Id: I35903872a9cd3dcaafed4d03fc9b57f04474b087
13 lines
530 B
ObjectPascal
13 lines
530 B
ObjectPascal
# The baseline for module testing used by Puppet Inc. is that each manifest
|
|
# should have a corresponding test manifest that declares that class or defined
|
|
# type.
|
|
#
|
|
# Tests are then run by using puppet apply --noop (to check for compilation
|
|
# errors and view a log of events) or by fully applying the test in a virtual
|
|
# environment (to compare the resulting system state to the desired state).
|
|
#
|
|
# Learn more about module testing here:
|
|
# https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module
|
|
#
|
|
include ::placement
|