summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_logging_global
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/targets/vyos_logging_global')
-rw-r--r--tests/integration/targets/vyos_logging_global/defaults/main.yaml2
-rw-r--r--tests/integration/targets/vyos_logging_global/meta/main.yaml1
-rw-r--r--tests/integration/targets/vyos_logging_global/tasks/cli.yaml8
-rw-r--r--tests/integration/targets/vyos_logging_global/tests/cli/empty_config.yaml3
-rw-r--r--tests/integration/targets/vyos_logging_global/tests/cli/merged.yaml3
-rw-r--r--tests/integration/targets/vyos_logging_global/tests/cli/overridden.yaml4
-rw-r--r--tests/integration/targets/vyos_logging_global/tests/cli/rendered.yaml5
7 files changed, 13 insertions, 13 deletions
diff --git a/tests/integration/targets/vyos_logging_global/defaults/main.yaml b/tests/integration/targets/vyos_logging_global/defaults/main.yaml
index 852a6be..164afea 100644
--- a/tests/integration/targets/vyos_logging_global/defaults/main.yaml
+++ b/tests/integration/targets/vyos_logging_global/defaults/main.yaml
@@ -1,3 +1,3 @@
---
-testcase: '[^_].*'
+testcase: "[^_].*"
test_items: []
diff --git a/tests/integration/targets/vyos_logging_global/meta/main.yaml b/tests/integration/targets/vyos_logging_global/meta/main.yaml
index 91da2a7..ed97d53 100644
--- a/tests/integration/targets/vyos_logging_global/meta/main.yaml
+++ b/tests/integration/targets/vyos_logging_global/meta/main.yaml
@@ -1,2 +1 @@
---
-...
diff --git a/tests/integration/targets/vyos_logging_global/tasks/cli.yaml b/tests/integration/targets/vyos_logging_global/tasks/cli.yaml
index 93eb2fe..83496e0 100644
--- a/tests/integration/targets/vyos_logging_global/tasks/cli.yaml
+++ b/tests/integration/targets/vyos_logging_global/tasks/cli.yaml
@@ -1,8 +1,8 @@
---
- name: Collect all cli test cases
find:
- paths: '{{ role_path }}/tests/cli'
- patterns: '{{ testcase }}.yaml'
+ paths: "{{ role_path }}/tests/cli"
+ patterns: "{{ testcase }}.yaml"
use_regex: true
register: test_cases
delegate_to: localhost
@@ -11,9 +11,9 @@
set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}"
- name: Run test case (connection=ansible.netcommon.network_cli)
- include: '{{ test_case_to_run }}'
+ include: "{{ test_case_to_run }}"
vars:
ansible_connection: ansible.netcommon.network_cli
- with_items: '{{ test_items }}'
+ with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run
diff --git a/tests/integration/targets/vyos_logging_global/tests/cli/empty_config.yaml b/tests/integration/targets/vyos_logging_global/tests/cli/empty_config.yaml
index f70fff1..2764ed6 100644
--- a/tests/integration/targets/vyos_logging_global/tests/cli/empty_config.yaml
+++ b/tests/integration/targets/vyos_logging_global/tests/cli/empty_config.yaml
@@ -1,6 +1,7 @@
---
- debug:
- msg: START vyos_logging_global empty_config integration tests on connection={{
+ msg:
+ START vyos_logging_global empty_config integration tests on connection={{
ansible_connection }}
- name: Merged with empty config should give appropriate error message
diff --git a/tests/integration/targets/vyos_logging_global/tests/cli/merged.yaml b/tests/integration/targets/vyos_logging_global/tests/cli/merged.yaml
index d47d309..8d2283c 100644
--- a/tests/integration/targets/vyos_logging_global/tests/cli/merged.yaml
+++ b/tests/integration/targets/vyos_logging_global/tests/cli/merged.yaml
@@ -6,7 +6,8 @@
- include_tasks: _remove_config.yaml
-- block: # no after state match because 1.1.8 vyos does show all commands on show command
+- block:
+ # no after state match because 1.1.8 vyos does show all commands on show command
- name: Merge the provided configuration with the existing running configuration
register: result
vyos.vyos.vyos_logging_global: &id001
diff --git a/tests/integration/targets/vyos_logging_global/tests/cli/overridden.yaml b/tests/integration/targets/vyos_logging_global/tests/cli/overridden.yaml
index 1df1a8d..e5eea38 100644
--- a/tests/integration/targets/vyos_logging_global/tests/cli/overridden.yaml
+++ b/tests/integration/targets/vyos_logging_global/tests/cli/overridden.yaml
@@ -7,7 +7,8 @@
- include_tasks: _populate.yaml
-- block: # no after state match because 1.1.8 vyos does show all commands on show command
+- block:
+ # no after state match because 1.1.8 vyos does show all commands on show command
- name: Overrides all device configuration with provided configuration
register: result
vyos.vyos.vyos_logging_global: &id001
@@ -35,5 +36,4 @@
vyos.vyos.vyos_logging_global: *id001
always:
-
- include_tasks: _remove_config.yaml
diff --git a/tests/integration/targets/vyos_logging_global/tests/cli/rendered.yaml b/tests/integration/targets/vyos_logging_global/tests/cli/rendered.yaml
index 366f889..01caca5 100644
--- a/tests/integration/targets/vyos_logging_global/tests/cli/rendered.yaml
+++ b/tests/integration/targets/vyos_logging_global/tests/cli/rendered.yaml
@@ -1,6 +1,7 @@
---
- debug:
- msg: START vyos_logging_global rendered integration tests on connection={{ ansible_connection
+ msg:
+ START vyos_logging_global rendered integration tests on connection={{ ansible_connection
}}
- include_tasks: _remove_config.yaml
@@ -8,7 +9,6 @@
- include_tasks: _populate.yaml
- block:
-
- name: Structure provided configuration into device specific commands
register: result
vyos.vyos.vyos_logging_global: &id001
@@ -46,5 +46,4 @@
\ |length == 0 }}"
always:
-
- include_tasks: _remove_config.yaml