Commit e0ce3587 by John Jarvis

set deploy tag on tests

parent 199f6bdb
......@@ -57,4 +57,4 @@
when: not devstack
tags: deploy
- include: test.yml
- include: test.yml tags=deploy
......@@ -4,14 +4,8 @@
wait_for: port={{ item.port }} host={{ item.host }} timeout=30
with_items: "{{ forum_services }}"
when: not devstack
tags:
- forum
- test
- name: forum | test that mongo replica set members are listing
wait_for: port={{ FORUM_MONGO_PORT }} host={{ item }} timeout=30
with_items: "{{ FORUM_MONGO_HOSTS }}"
when: not devstack
tags:
- forum
- test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment