Skip to content

Commit

Permalink
Enable back idempotency tests in the swarm-multinode scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
atosatto committed Apr 15, 2020
1 parent d46189c commit c986e89
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions molecule/swarm-multinode/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
---

# 'multi-node' deployment of a Docker Swarm
# consisting in 1 master and 2 worker nodes
# consisting in 1 master and 3 worker nodes

scenario:
name: swarm-multinode
test_sequence:
- lint
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
- converge
# - idempotence # see https://github.com/ansible/ansible/issues/64963
- side_effect
- verify
- cleanup
- destroy

driver:
name: docker
Expand Down

0 comments on commit c986e89

Please sign in to comment.