From 7c3957cc0cc3e12e7a7cfefb89a413280bc4e873 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Sat, 25 Feb 2017 16:55:17 -0500 Subject: [PATCH] fixes nxos_template integration test case (#21953) * test case implemented invalid argument: match * changed argument to force: yes --- test/integration/targets/nxos_template/tests/nxapi/force.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/nxos_template/tests/nxapi/force.yaml b/test/integration/targets/nxos_template/tests/nxapi/force.yaml index 9afbab25775..9a7704dda0f 100644 --- a/test/integration/targets/nxos_template/tests/nxapi/force.yaml +++ b/test/integration/targets/nxos_template/tests/nxapi/force.yaml @@ -15,7 +15,7 @@ nxos_template: src: basic/config.j2 provider: "{{ nxapi }}" - match: none + force: yes register: result - assert: @@ -27,7 +27,7 @@ nxos_template: src: basic/config.j2 provider: "{{ nxapi }}" - match: none + force: yes register: result - assert: