aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.yml
diff options
context:
space:
mode:
authorClement Delafargue <clement.delafargue@fretlink.com>2020-06-30 09:33:18 +0200
committerClement Delafargue <clement.delafargue@fretlink.com>2020-06-30 16:26:19 +0200
commit75a2a2fbcc31766e2debab1c8bd5cdce42f14fb7 (patch)
tree969db0f1818a878a21b921d31eff555d7c9d4a5a /tests/test-all.yml
parent783f91c2e0228ef9e057b810b4b60c4f669ebab4 (diff)
downloadansible-clever-75a2a2fbcc31766e2debab1c8bd5cdce42f14fb7.tar.gz
ansible-clever-75a2a2fbcc31766e2debab1c8bd5cdce42f14fb7.tar.zst
ansible-clever-75a2a2fbcc31766e2debab1c8bd5cdce42f14fb7.zip
add a test for `noop-if-up-to-date`
It makes sure `clever deploy` is _not_ called if the application is up-to-date on clever cloud
Diffstat (limited to 'tests/test-all.yml')
-rw-r--r--tests/test-all.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-all.yml b/tests/test-all.yml
index 64eb239..145b16d 100644
--- a/tests/test-all.yml
+++ b/tests/test-all.yml
@@ -2,5 +2,6 @@
2- import_playbook: ./test-simple-app.yml 2- import_playbook: ./test-simple-app.yml
3- import_playbook: ./test-configure-app.yml 3- import_playbook: ./test-configure-app.yml
4- import_playbook: ./test-haskell-app.yml 4- import_playbook: ./test-haskell-app.yml
5- import_playbook: ./test-noop-deploy.yml
5- import_playbook: ./test-scalability.yml 6- import_playbook: ./test-scalability.yml
6- import_playbook: ./test-restart-app.yml 7- import_playbook: ./test-restart-app.yml