Merge device specific keywords to retrieve entity ownership data
[integration/test.git] / csit / libraries / ODLMicroKeywords.robot
index abff333fe77be67c04f97f60646cd974cc164128..f1a72222508b0e8133057ab159487f1b8894e76c 100644 (file)
@@ -64,7 +64,9 @@ Download Netconf Testtool
     SSHLibrary.Set_Client_Configuration    prompt=${TOOLS_SYSTEM_PROMPT}
     SSHKeywords.Flexible_SSH_Login    ${TOOLS_SYSTEM_USER}    ${TOOLS_SYSTEM_PASSWORD}    delay=4s
     ${file_name} =    NexusKeywords.Deploy_Test_Tool    netconf    netconf-testtool    build_version=${NETCONF_TESTTOOL_VERSION}    build_location=org/opendaylight/netconf
-    BuiltIn.Set_Suite_Variable    ${NETCONF_FILENAME}    ${filename}
+    Set Global Variable    ${NETCONF_FILENAME}    ${filename}
+    ${file_name} =    NexusKeywords.Deploy_Test_Tool    netconf    netconf-testtool    rest-perf-client    build_version=${NETCONF_TESTTOOL_VERSION}    build_location=org/opendaylight/netconf
+    Set Global Variable    ${RESTPERF_FILENAME}    ${filename}
 
 Run Netconf Testtool
     [Arguments]    ${ssh_alias}=Netconf_System