From 2bef344512f8c98f90f7a948121962d9ce6bc8e8 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Mon, 11 Sep 2017 14:17:17 +0530 Subject: [PATCH] nxos_config CI fix (#29437) Signed-off-by: Trishna Guha --- .../targets/nxos_config/tests/cli/toplevel_after.yaml | 4 ++-- .../targets/nxos_config/tests/cli/toplevel_before.yaml | 4 ++-- .../targets/nxos_config/tests/nxapi/toplevel_after.yaml | 4 ++-- .../targets/nxos_config/tests/nxapi/toplevel_before.yaml | 4 ++-- 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