ansible/test/legacy/roles/netscaler_gslb_vserver/tests/nitro/sourceiphash.yaml

58 lines
1.1 KiB
YAML
Raw Normal View History

2017-08-03 13:32:10 +02:00
---
- include: "{{ role_path }}/tests/nitro/sourceiphash/setup.yaml"
vars:
check_mode: yes
- assert:
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:
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:
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:
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:
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:
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:
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:
that: result is not changed