From f4d21bd542f02085eb33e4d2de0416326f6bf90d Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 6 Jul 2018 08:54:57 +0530 Subject: [PATCH] Fix junos integration test CI failures (#42369) * reset_connection task is not required as the persistent connection to remote host is closed at end of playbook run --- test/integration/targets/prepare_junos_tests/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/targets/prepare_junos_tests/tasks/main.yml b/test/integration/targets/prepare_junos_tests/tasks/main.yml index f945b2c21d9..9d0da8ca3b8 100644 --- a/test/integration/targets/prepare_junos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_junos_tests/tasks/main.yml @@ -1,9 +1,6 @@ --- - debug: msg="START prepare_junos_tests/main.yaml" -- name: reset persistent connection - meta: reset_connection - - name: Ensure netconf is enabled junos_netconf: state: present