2017-06-27 20:38:00 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is not changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/setup.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is not changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is not changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/update.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is not changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: yes
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is not changed
|
2017-06-27 20:38:00 +03:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nitro/server/remove.yaml"
|
|
|
|
vars:
|
|
|
|
check_mode: no
|
|
|
|
|
|
|
|
- assert:
|
2017-11-27 16:58:08 -06:00
|
|
|
that: result is not changed
|