inspec/test/unit/mock/profiles/waivers/basic/files/waivers.yaml
Clinton Wolfe 77b4e45175 Test fixture profile and input file for waivers
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-09-09 11:29:26 -04:00

44 lines
1.1 KiB
YAML

waiver_03_waivered_no_expiry_not_skipped_passes:
expiration_date: never
justification: Sound reasoning
skip: no
waiver_04_waivered_no_expiry_not_skipped_fails:
expiration_date: never
justification: Unassailable thinking
skip: no
waiver_05_waivered_no_expiry_skipped:
expiration_date: never
justification: Sheer cleverness
skip: yes
waiver_06_waivered_expiry_in_past_not_skipped_passes:
expiration_date: 1977-06-01
justification: Necessity
skip: no
waiver_07_waivered_expiry_in_past_not_skipped_fails:
expiration_date: 1977-06-01
justification: Whimsy
skip: no
waiver_08_waivered_expiry_in_past_skipped:
expiration_date: 1977-06-01
justification: Contrariness
skip: yes
waiver_06_waivered_expiry_in_future_not_skipped_passes:
expiration_date: 2077-06-01
justification: Handwaving
skip: no
waiver_07_waivered_expiry_in_future_not_skipped_fails:
expiration_date: 2077-06-01
justification: Didn't feel like it
skip: no
waiver_08_waivered_expiry_in_future_skipped:
expiration_date: 2077-06-01
justification: Lack of imagination
skip: yes