summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_config
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vyos_config')
-rw-r--r--test/integration/targets/vyos_config/tests/cli/comment.yaml4
-rw-r--r--test/integration/targets/vyos_config/tests/cli/simple.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/targets/vyos_config/tests/cli/comment.yaml b/test/integration/targets/vyos_config/tests/cli/comment.yaml
index 91cc729770..56746aab83 100644
--- a/test/integration/targets/vyos_config/tests/cli/comment.yaml
+++ b/test/integration/targets/vyos_config/tests/cli/comment.yaml
@@ -3,7 +3,7 @@
- name: setup
vyos_config:
- lines: set system host-name {{ inventory_hostname }}
+ lines: set system host-name {{ inventory_hostname_short }}
provider: "{{ cli }}"
match: none
@@ -31,7 +31,7 @@
- name: teardown
vyos_config:
- lines: set system host-name {{ inventory_hostname }}
+ lines: set system host-name {{ inventory_hostname_short }}
provider: "{{ cli }}"
match: none
diff --git a/test/integration/targets/vyos_config/tests/cli/simple.yaml b/test/integration/targets/vyos_config/tests/cli/simple.yaml
index 957b91224d..70aea105f0 100644
--- a/test/integration/targets/vyos_config/tests/cli/simple.yaml
+++ b/test/integration/targets/vyos_config/tests/cli/simple.yaml
@@ -3,7 +3,7 @@
- name: setup
vyos_config:
- lines: set system host-name {{ inventory_hostname }}
+ lines: set system host-name {{ inventory_hostname_short }}
provider: "{{ cli }}"
match: none
@@ -30,7 +30,7 @@
- name: teardown
vyos_config:
- lines: set system host-name {{ inventory_hostname }}
+ lines: set system host-name {{ inventory_hostname_short }}
provider: "{{ cli }}"
match: none