-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verifier attributes persist across suites #241
Comments
I've also noticed this behavior is still present when using the renamed "inputs". Setting an input on one suite will persist it to all subsequent suites.
|
#258 addresses this |
gitlab-ctl kill |
Version:
If you set a verifier attribute in a suite, it persists to the next one in the kitchen.yml. Conversely, if you put it last it doesn't persist. The linked repo has a bad.kitchen.yml that will reproduce the bug (the normal kitchen.yml has been rewritten to avoid this bug).
ChefDK 4.3.13
InSpec 4.10.4
Chef 15.2.20
BAD SUITES
BAD OUTPUT
CORRECT OUTPUT
Using the kitchen.yml with the verifier attributes moved to the last suite works.
The text was updated successfully, but these errors were encountered: