Per-suite Verifiers in Test Kitchen
Overriding the default verifier for a Test Kitchen suite
in .kitchen.yml
is something that feels like it should be possible, but I
found it surprisingly difficult to locate an example of the syntax. So, here’s
one (minimally) tested in kitchen 1.15.0:
suites:
- name: default
run_list:
- recipe[mycookbook]
verifier:
name: inspec