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