diff --git a/tests/apiserver.pp b/examples/apiserver.pp similarity index 100% rename from tests/apiserver.pp rename to examples/apiserver.pp diff --git a/tests/init.pp b/examples/init.pp similarity index 74% rename from tests/init.pp rename to examples/init.pp index 1cfefb0..fd9ce71 100644 --- a/tests/init.pp +++ b/examples/init.pp @@ -1,4 +1,4 @@ -# The baseline for module testing used by Puppet Labs is that each manifest +# 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. # @@ -7,6 +7,6 @@ # environment (to compare the resulting system state to the desired state). # # Learn more about module testing here: -# https://puppet.com/docs/puppet/5.2/tests_smoke.html +# https://puppet.com/docs/puppet/latest/bgtm.html#testing-your-module # include ::monasca diff --git a/tests/storm.pp b/examples/storm.pp similarity index 100% rename from tests/storm.pp rename to examples/storm.pp