summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_system
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vyos_system')
-rw-r--r--test/integration/targets/vyos_system/defaults/main.yaml (renamed from test/integration/targets/vyos_system/vyos_system/defaults/main.yaml)0
-rw-r--r--test/integration/targets/vyos_system/tasks/cli.yaml (renamed from test/integration/targets/vyos_system/vyos_system/tasks/cli.yaml)0
-rw-r--r--test/integration/targets/vyos_system/tasks/main.yaml (renamed from test/integration/targets/vyos_system/vyos_system/tasks/main.yaml)0
-rw-r--r--test/integration/targets/vyos_system/tests/cli/basic.yaml (renamed from test/integration/targets/vyos_system/vyos_system/tests/cli/basic.yaml)10
-rw-r--r--test/integration/targets/vyos_system/tests/cli/net_system.yaml (renamed from test/integration/targets/vyos_system/vyos_system/tests/cli/net_system.yaml)4
5 files changed, 7 insertions, 7 deletions
diff --git a/test/integration/targets/vyos_system/vyos_system/defaults/main.yaml b/test/integration/targets/vyos_system/defaults/main.yaml
index 9ef5ba51..9ef5ba51 100644
--- a/test/integration/targets/vyos_system/vyos_system/defaults/main.yaml
+++ b/test/integration/targets/vyos_system/defaults/main.yaml
diff --git a/test/integration/targets/vyos_system/vyos_system/tasks/cli.yaml b/test/integration/targets/vyos_system/tasks/cli.yaml
index 890d3acf..890d3acf 100644
--- a/test/integration/targets/vyos_system/vyos_system/tasks/cli.yaml
+++ b/test/integration/targets/vyos_system/tasks/cli.yaml
diff --git a/test/integration/targets/vyos_system/vyos_system/tasks/main.yaml b/test/integration/targets/vyos_system/tasks/main.yaml
index 415c99d8..415c99d8 100644
--- a/test/integration/targets/vyos_system/vyos_system/tasks/main.yaml
+++ b/test/integration/targets/vyos_system/tasks/main.yaml
diff --git a/test/integration/targets/vyos_system/vyos_system/tests/cli/basic.yaml b/test/integration/targets/vyos_system/tests/cli/basic.yaml
index c42eddea..474042fc 100644
--- a/test/integration/targets/vyos_system/vyos_system/tests/cli/basic.yaml
+++ b/test/integration/targets/vyos_system/tests/cli/basic.yaml
@@ -2,7 +2,7 @@
- debug: msg="START cli/basic.yaml on connection={{ ansible_connection }}"
- name: setup
- vyos_config:
+ vyos.vyos.vyos_config:
lines:
- delete system name-server 192.0.2.1
- delete system name-server 192.0.2.2
@@ -10,7 +10,7 @@
match: none
- name: configure name servers
- vyos_system:
+ vyos.vyos.vyos_system:
name_servers:
- 192.0.2.1
- 192.0.2.2
@@ -26,7 +26,7 @@
- result.commands[2] is search("set system name-server '192.0.2.3'")
- name: verify name_servers
- vyos_system:
+ vyos.vyos.vyos_system:
name_servers:
- 192.0.2.1
- 192.0.2.2
@@ -38,7 +38,7 @@
- result.changed == false
- name: remove one
- vyos_system:
+ vyos.vyos.vyos_system:
name_servers:
- 192.0.2.3
state: absent
@@ -51,7 +51,7 @@
- result.commands[0] is search("delete system name-server '192.0.2.3'")
- name: teardown
- vyos_config:
+ vyos.vyos.vyos_config:
lines:
- delete system name-server name-server 192.0.2.1
- delete system name-server name-server 192.0.2.2
diff --git a/test/integration/targets/vyos_system/vyos_system/tests/cli/net_system.yaml b/test/integration/targets/vyos_system/tests/cli/net_system.yaml
index b7813c09..36888669 100644
--- a/test/integration/targets/vyos_system/vyos_system/tests/cli/net_system.yaml
+++ b/test/integration/targets/vyos_system/tests/cli/net_system.yaml
@@ -5,7 +5,7 @@
# implementation module and module run is successful.
- name: setup
- vyos_config:
+ vyos.vyos.vyos_config:
lines:
- delete system name-server 192.0.2.1
match: none
@@ -22,7 +22,7 @@
- result.commands[0] is search("set system name-server '192.0.2.1'")
- name: setup
- vyos_config:
+ vyos.vyos.vyos_config:
lines:
- delete system name-server 192.0.2.1
match: none