From c643a5d628b07a4efa0b63d0ba4b301386426f8e Mon Sep 17 00:00:00 2001 From: Kedar Kekan <4506537+kedarX@users.noreply.github.com> Date: Wed, 24 Jan 2018 21:41:17 +0530 Subject: [PATCH] * removes the console logging from cli run before netconf run is (#35290) started --- .../targets/iosxr_logging/tests/netconf/basic.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/integration/targets/iosxr_logging/tests/netconf/basic.yaml b/test/integration/targets/iosxr_logging/tests/netconf/basic.yaml index 74e32b3d0c2..1ad888a3878 100644 --- a/test/integration/targets/iosxr_logging/tests/netconf/basic.yaml +++ b/test/integration/targets/iosxr_logging/tests/netconf/basic.yaml @@ -10,6 +10,7 @@ - name: remove console logging iosxr_logging: dest: console + level: warning state: absent provider: "{{ netconf }}" register: result @@ -93,9 +94,6 @@ provider: "{{ netconf }}" register: result -- debug: - msg: "{{ result }}" - - assert: &true that: - 'result.changed == true'