Skip to content

Commit

Permalink
Return the -destroy step and comment better the testing scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 15, 2024
1 parent 12324dc commit abb3ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions molecule/ome-demoserver/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ provisioner:
scenario:
name: ome-demoserver
test_sequence:
# dependency must come first, otherwise the first "destroy" errors
- dependency
- destroy
# dependency must come first so that ansible-lint will see a custom module
# This might be fixed by https://github.com/ansible/molecule/pull/1739
- dependency
- syntax
- create
Expand All @@ -59,6 +58,6 @@ scenario:
# FIXME: Some tasks are not idempotent
# - idempotence
- verify
# - destroy
- destroy
verifier:
name: testinfra

0 comments on commit abb3ddc

Please sign in to comment.