mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
a00089c341
* netscaler_service initial implementation * Changes as requested by reviewers * Skip some tests if under python2.6 and importing requests library * Change option "operation" to "state" * Remove print statements from netscaler module utils * Catch all exceptions during login * Fix fail message * Add common option save_config
57 lines
1 KiB
YAML
57 lines
1 KiB
YAML
---
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/setup.yaml"
|
|
vars:
|
|
check_mode: yes
|
|
|
|
- assert:
|
|
that: result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/setup.yaml"
|
|
vars:
|
|
check_mode: no
|
|
|
|
- assert:
|
|
that: result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/setup.yaml"
|
|
vars:
|
|
check_mode: yes
|
|
|
|
- assert:
|
|
that: not result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/setup.yaml"
|
|
vars:
|
|
check_mode: no
|
|
|
|
- assert:
|
|
that: not result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/remove.yaml"
|
|
vars:
|
|
check_mode: yes
|
|
|
|
- assert:
|
|
that: result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/remove.yaml"
|
|
vars:
|
|
check_mode: no
|
|
|
|
- assert:
|
|
that: result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/remove.yaml"
|
|
vars:
|
|
check_mode: yes
|
|
|
|
- assert:
|
|
that: not result|changed
|
|
|
|
- include: "{{ role_path }}/tests/nitro/ssl_service/remove.yaml"
|
|
vars:
|
|
check_mode: no
|
|
|
|
- assert:
|
|
that: not result|changed
|