From: Peter Gubka Date: Mon, 22 May 2017 15:53:38 +0000 (+0200) Subject: Increate default timout to 2s for netconf CRUD X-Git-Tag: release/carbon~11 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=93f5338fc291aa090b64bc6f33302a333b987afa;ds=sidebyside Increate default timout to 2s for netconf CRUD Change-Id: I4af2bcc8a6767143c1c65d952e7baf14acae41a8 Signed-off-by: Peter Gubka --- diff --git a/csit/libraries/NetconfKeywords.robot b/csit/libraries/NetconfKeywords.robot index efbc46917b..39b75226d2 100644 --- a/csit/libraries/NetconfKeywords.robot +++ b/csit/libraries/NetconfKeywords.robot @@ -37,7 +37,7 @@ Setup_NetconfKeywords [Documentation] Setup the environment for the other keywords of this Resource to work properly. ${tmp}= BuiltIn.Create_Dictionary BuiltIn.Set_Suite_Variable ${NetconfKeywords__mounted_device_types} ${tmp} - BuiltIn.Run_Keyword_If ${create_session_for_templated_requests} TemplatedRequests.Create_Default_Session + BuiltIn.Run_Keyword_If ${create_session_for_templated_requests} TemplatedRequests.Create_Default_Session timeout=2 NexusKeywords.Initialize_Artifact_Deployment_And_Usage Configure_Device_In_Netconf