summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--molecule/archlinux/molecule.yml9
-rw-r--r--molecule/debian/molecule.yml9
-rw-r--r--molecule/raspberrypi/molecule.yml9
-rw-r--r--molecule/ubuntu/molecule.yml9
4 files changed, 36 insertions, 0 deletions
diff --git a/molecule/archlinux/molecule.yml b/molecule/archlinux/molecule.yml
index 5efddcd8..d19827ba 100644
--- a/molecule/archlinux/molecule.yml
+++ b/molecule/archlinux/molecule.yml
@@ -39,3 +39,12 @@ provisioner:
converge: converge.yml
verifier:
name: ansible
+
+scenario:
+ test_sequence:
+ - destroy
+ - syntax
+ - create
+ - converge
+ - idempotence
+ - destroy
diff --git a/molecule/debian/molecule.yml b/molecule/debian/molecule.yml
index a225d016..e939ce26 100644
--- a/molecule/debian/molecule.yml
+++ b/molecule/debian/molecule.yml
@@ -39,3 +39,12 @@ provisioner:
converge: converge.yml
verifier:
name: ansible
+
+scenario:
+ test_sequence:
+ - destroy
+ - syntax
+ - create
+ - converge
+ - idempotence
+ - destroy
diff --git a/molecule/raspberrypi/molecule.yml b/molecule/raspberrypi/molecule.yml
index 58a6c2bd..60ef3ae3 100644
--- a/molecule/raspberrypi/molecule.yml
+++ b/molecule/raspberrypi/molecule.yml
@@ -39,3 +39,12 @@ provisioner:
converge: converge.yml
verifier:
name: ansible
+
+scenario:
+ test_sequence:
+ - destroy
+ - syntax
+ - create
+ - converge
+ - idempotence
+ - destroy
diff --git a/molecule/ubuntu/molecule.yml b/molecule/ubuntu/molecule.yml
index 75a8ac87..b530160b 100644
--- a/molecule/ubuntu/molecule.yml
+++ b/molecule/ubuntu/molecule.yml
@@ -39,3 +39,12 @@ provisioner:
converge: converge.yml
verifier:
name: ansible
+
+scenario:
+ test_sequence:
+ - destroy
+ - syntax
+ - create
+ - converge
+ - idempotence
+ - destroy