Skip to content

Commit

Permalink
refactor: configure scenario test sequence
Browse files Browse the repository at this point in the history
Include `check`
  • Loading branch information
dbrennand committed Jun 4, 2024
1 parent 0e20a3e commit b652325
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions molecule/absent/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ provisioner:
name: ansible
verifier:
name: ansible
scenario:
name: absent
test_sequence:
- destroy
- dependency
- syntax
- create
- prepare
- converge
- idempotence
- check
- side_effect
- verify
- destroy
14 changes: 14 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ provisioner:
name: ansible
verifier:
name: ansible
scenario:
name: default
test_sequence:
- destroy
- dependency
- syntax
- create
- prepare
- converge
- idempotence
- check
- side_effect
- verify
- destroy

0 comments on commit b652325

Please sign in to comment.