adjusted Jenkinsfile and Readme for the tests

This commit is contained in:
Arne Teuke
2025-05-06 13:25:20 +02:00
parent 94aca16670
commit 0cdbaaf9db
34 changed files with 0 additions and 5157 deletions

View File

@@ -34,8 +34,6 @@ See the full Puppet documentation including parameters in `docs/index.html`
All dependencies must be included in the catalogue.
* [cd_resources](https://sourcecode.confdroid.com/12WW1160/cd_resources) to manage yum base repos
## Deployment
* native Puppet deployment
@@ -68,11 +66,6 @@ All files and directories are configured with correct selinux context. If selinu
## Tests
* Puppet Lint
* excluded tests:
* `--no-class_inherits_from_params_class-check`:relevant only to non-supported outdated puppet versions
* `--no-variable_scope-check`: not applicable as we are inheriting parameters from params class. the lint check does not distinguish between facts and inherited parameters.
* `--no-80chars-check`: it is not always possible to stay within 80 characters, although typically only occurring on the parameter vault `params.pp`.
* `--no-arrow_alignment-check`: this check leads to actually not having am easily readable arrow alignment, as this checks `per block`, not per class.
* Puppet Parser
* ERB Template Parser
* Sonar Quality Gate