Remove superfluous call to NexusKeywords.Initialize_Artifact ... 98/35198/2
authorJozef Behran <jbehran@cisco.com>
Mon, 22 Feb 2016 14:01:41 +0000 (15:01 +0100)
committerVratko Polák <vrpolak@cisco.com>
Mon, 22 Feb 2016 14:39:04 +0000 (14:39 +0000)
The NexusKeywords.Initialize_Artifact_Deployment_And_Usage is
already called by NetconfKeywords.Setup_Netconf_Keywords so
it is not needed to call it again explicitly.

Change-Id: I2fb804ac378916d512541d8d676c5d0eaca29204
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/suites/netconf/restperfclient/performance.robot

index 71199a47f337b97b4fc627cc0afcd5ada127b8a4..fb77e16382bd414e4922958d72c1f2339d70b81d 100644 (file)
@@ -102,8 +102,6 @@ Setup_Everything
     # Connect to the tools system (rest-perf-client)
     ${restperfclient}=    SSHKeywords.Open_Connection_To_Tools_System
     BuiltIn.Set_Suite_Variable    ${restperfclient}    ${restperfclient}
-    # Initialize artifact deployment infrastructure.
-    NexusKeywords.Initialize_Artifact_Deployment_And_Usage
     ${testtool}=    SSHLibrary.Get Connection
     BuiltIn.Set_Suite_Variable    ${testtool}    ${testtool.index}