From c3d226a73999fc1b86c7cbdc31790fbd1413a865 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Fri, 22 Sep 2017 16:42:16 +0530 Subject: [PATCH] Increase pause time in junos integration test (#30740) * Increase pause time to a value greater than persistent connection timeout to clean out socket path. --- .../targets/junos_netconf/tests/cli/changeport.yaml | 4 ++-- test/integration/targets/junos_netconf/tests/cli/netconf.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/targets/junos_netconf/tests/cli/changeport.yaml b/test/integration/targets/junos_netconf/tests/cli/changeport.yaml index db934deab09..ef0c2288f06 100644 --- a/test/integration/targets/junos_netconf/tests/cli/changeport.yaml +++ b/test/integration/targets/junos_netconf/tests/cli/changeport.yaml @@ -31,7 +31,7 @@ - name: wait for persistent socket to timeout, this ensures new socket creation with connection type netconf pause: - seconds: 30 + seconds: 120 - name: Ensure we can communicate over 22 junos_command: @@ -55,7 +55,7 @@ - name: wait for persistent socket to timeout, this ensures new socket creation with connection type netconf pause: - seconds: 30 + seconds: 120 - name: Set back netconf to default port junos_netconf: diff --git a/test/integration/targets/junos_netconf/tests/cli/netconf.yaml b/test/integration/targets/junos_netconf/tests/cli/netconf.yaml index dfaddfdd5ff..ed4f91e6f0f 100644 --- a/test/integration/targets/junos_netconf/tests/cli/netconf.yaml +++ b/test/integration/targets/junos_netconf/tests/cli/netconf.yaml @@ -45,7 +45,7 @@ - name: wait for persistent socket to timeout pause: - seconds: 30 + seconds: 120 - name: Ensure we can NOT talk via netconf junos_command: