summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrishna Guha <trishnaguha17@gmail.com>2017-09-11 14:17:17 +0530
committerGitHub <noreply@github.com>2017-09-11 14:17:17 +0530
commit2bef344512f8c98f90f7a948121962d9ce6bc8e8 (patch)
tree904c37291087dab7be39246ecf3b20b5794c56ae
parentbbb1ceba753ae805dea7d7d8b410515651a6620e (diff)
downloadansible-2bef344512f8c98f90f7a948121962d9ce6bc8e8.tar.gz
nxos_config CI fix (#29437)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
-rw-r--r--test/integration/targets/nxos_config/tests/cli/toplevel_after.yaml4
-rw-r--r--test/integration/targets/nxos_config/tests/cli/toplevel_before.yaml4
-rw-r--r--test/integration/targets/nxos_config/tests/nxapi/toplevel_after.yaml4
-rw-r--r--test/integration/targets/nxos_config/tests/nxapi/toplevel_before.yaml4
4 files changed, 8 insertions, 8 deletions
diff --git a/test/integration/targets/nxos_config/tests/cli/toplevel_after.yaml b/test/integration/targets/nxos_config/tests/cli/toplevel_after.yaml
index 393b686fc0..cc62c01930 100644
--- a/test/integration/targets/nxos_config/tests/cli/toplevel_after.yaml
+++ b/test/integration/targets/nxos_config/tests/cli/toplevel_after.yaml
@@ -5,7 +5,7 @@
nxos_config:
lines:
- "snmp-server contact ansible"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ cli }}"
match: none
@@ -37,7 +37,7 @@
nxos_config:
lines:
- "no snmp-server contact"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ cli }}"
match: none
diff --git a/test/integration/targets/nxos_config/tests/cli/toplevel_before.yaml b/test/integration/targets/nxos_config/tests/cli/toplevel_before.yaml
index acec416683..75d88690a0 100644
--- a/test/integration/targets/nxos_config/tests/cli/toplevel_before.yaml
+++ b/test/integration/targets/nxos_config/tests/cli/toplevel_before.yaml
@@ -5,7 +5,7 @@
nxos_config:
lines:
- "snmp-server contact ansible"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ cli }}"
match: none
@@ -37,7 +37,7 @@
nxos_config:
lines:
- "no snmp-server contact"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ cli }}"
match: none
diff --git a/test/integration/targets/nxos_config/tests/nxapi/toplevel_after.yaml b/test/integration/targets/nxos_config/tests/nxapi/toplevel_after.yaml
index 6eeeeafd2c..0c534c5c0d 100644
--- a/test/integration/targets/nxos_config/tests/nxapi/toplevel_after.yaml
+++ b/test/integration/targets/nxos_config/tests/nxapi/toplevel_after.yaml
@@ -5,7 +5,7 @@
nxos_config:
lines:
- "snmp-server contact ansible"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ nxapi }}"
match: none
@@ -37,7 +37,7 @@
nxos_config:
lines:
- "no snmp-server contact ansible"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ nxapi }}"
match: none
diff --git a/test/integration/targets/nxos_config/tests/nxapi/toplevel_before.yaml b/test/integration/targets/nxos_config/tests/nxapi/toplevel_before.yaml
index 17e3390d70..a5f0830499 100644
--- a/test/integration/targets/nxos_config/tests/nxapi/toplevel_before.yaml
+++ b/test/integration/targets/nxos_config/tests/nxapi/toplevel_before.yaml
@@ -5,7 +5,7 @@
nxos_config:
lines:
- "snmp-server contact ansible"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ nxapi }}"
match: none
@@ -37,7 +37,7 @@
nxos_config:
lines:
- "no snmp-server contact ansible"
- - "hostname {{ inventory_hostname_short }}"
+ - "hostname switch"
provider: "{{ nxapi }}"
match: none