diff options
Diffstat (limited to 'test/integration/targets/vyos_logging')
-rw-r--r-- | test/integration/targets/vyos_logging/aliases (renamed from test/integration/targets/vyos_logging/vyos_logging/aliases) | 0 | ||||
-rw-r--r-- | test/integration/targets/vyos_logging/defaults/main.yaml (renamed from test/integration/targets/vyos_logging/vyos_logging/defaults/main.yaml) | 0 | ||||
-rw-r--r-- | test/integration/targets/vyos_logging/tasks/cli.yaml (renamed from test/integration/targets/vyos_logging/vyos_logging/tasks/cli.yaml) | 0 | ||||
-rw-r--r-- | test/integration/targets/vyos_logging/tasks/main.yaml (renamed from test/integration/targets/vyos_logging/vyos_logging/tasks/main.yaml) | 0 | ||||
-rw-r--r-- | test/integration/targets/vyos_logging/tests/cli/basic.yaml (renamed from test/integration/targets/vyos_logging/vyos_logging/tests/cli/basic.yaml) | 18 | ||||
-rw-r--r-- | test/integration/targets/vyos_logging/tests/cli/net_logging.yaml (renamed from test/integration/targets/vyos_logging/vyos_logging/tests/cli/net_logging.yaml) | 0 |
6 files changed, 9 insertions, 9 deletions
diff --git a/test/integration/targets/vyos_logging/vyos_logging/aliases b/test/integration/targets/vyos_logging/aliases index e69de29..e69de29 100644 --- a/test/integration/targets/vyos_logging/vyos_logging/aliases +++ b/test/integration/targets/vyos_logging/aliases diff --git a/test/integration/targets/vyos_logging/vyos_logging/defaults/main.yaml b/test/integration/targets/vyos_logging/defaults/main.yaml index 9ef5ba5..9ef5ba5 100644 --- a/test/integration/targets/vyos_logging/vyos_logging/defaults/main.yaml +++ b/test/integration/targets/vyos_logging/defaults/main.yaml diff --git a/test/integration/targets/vyos_logging/vyos_logging/tasks/cli.yaml b/test/integration/targets/vyos_logging/tasks/cli.yaml index 890d3ac..890d3ac 100644 --- a/test/integration/targets/vyos_logging/vyos_logging/tasks/cli.yaml +++ b/test/integration/targets/vyos_logging/tasks/cli.yaml diff --git a/test/integration/targets/vyos_logging/vyos_logging/tasks/main.yaml b/test/integration/targets/vyos_logging/tasks/main.yaml index 415c99d..415c99d 100644 --- a/test/integration/targets/vyos_logging/vyos_logging/tasks/main.yaml +++ b/test/integration/targets/vyos_logging/tasks/main.yaml diff --git a/test/integration/targets/vyos_logging/vyos_logging/tests/cli/basic.yaml b/test/integration/targets/vyos_logging/tests/cli/basic.yaml index 6b13334..144f8d3 100644 --- a/test/integration/targets/vyos_logging/vyos_logging/tests/cli/basic.yaml +++ b/test/integration/targets/vyos_logging/tests/cli/basic.yaml @@ -2,7 +2,7 @@ - debug: msg="START cli/basic.yaml on connection={{ ansible_connection }}" - name: set-up logging - vyos_logging: + vyos.vyos.vyos_logging: dest: console facility: all level: info @@ -15,7 +15,7 @@ - '"set system syslog console facility all level info" in result.commands' - name: set-up logging again (idempotent) - vyos_logging: + vyos.vyos.vyos_logging: dest: console facility: all level: info @@ -27,7 +27,7 @@ - 'result.changed == false' - name: file logging - vyos_logging: + vyos.vyos.vyos_logging: dest: file name: test facility: all @@ -41,7 +41,7 @@ - '"set system syslog file test facility all level notice" in result.commands' - name: file logging again (idempotent) - vyos_logging: + vyos.vyos.vyos_logging: dest: file name: test facility: all @@ -54,7 +54,7 @@ - 'result.changed == false' - name: delete logging - vyos_logging: + vyos.vyos.vyos_logging: dest: file name: test facility: all @@ -68,7 +68,7 @@ - '"delete system syslog file test facility all level notice" in result.commands' - name: delete logging again (idempotent) - vyos_logging: + vyos.vyos.vyos_logging: dest: file name: test facility: all @@ -81,7 +81,7 @@ - 'result.changed == false' - name: Add logging collections - vyos_logging: + vyos.vyos.vyos_logging: aggregate: - { dest: file, name: test1, facility: all, level: info } - { dest: file, name: test2, facility: news, level: debug } @@ -95,7 +95,7 @@ - '"set system syslog file test2 facility news level debug" in result.commands' - name: Add and remove logging collections with overrides - vyos_logging: + vyos.vyos.vyos_logging: aggregate: - { dest: console, facility: all, level: info } - { dest: file, name: test1, facility: all, level: info, state: absent } @@ -110,7 +110,7 @@ - '"set system syslog console facility daemon level warning" in result.commands' - name: Remove logging collections - vyos_logging: + vyos.vyos.vyos_logging: aggregate: - { dest: console, facility: all, level: info } - { dest: console, facility: daemon, level: warning } diff --git a/test/integration/targets/vyos_logging/vyos_logging/tests/cli/net_logging.yaml b/test/integration/targets/vyos_logging/tests/cli/net_logging.yaml index 7c62d72..7c62d72 100644 --- a/test/integration/targets/vyos_logging/vyos_logging/tests/cli/net_logging.yaml +++ b/test/integration/targets/vyos_logging/tests/cli/net_logging.yaml |