2017-06-08 16:33:32 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is not changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is not changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is not changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is not changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is not changed
|
2017-06-08 16:33:32 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/http_service/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 23:58:08 +01:00
|
|
|
that: result is not changed
|