X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fsuites%2Fnetconf%2Frestperfclient%2Fperformance.robot;h=1c7847e86f5aec5ef67464efcdea95f21462028d;hb=f795bf114ce2586061e284ebbaac1510f1da816b;hp=411321a23ec665cfc50ceff33c3b3333b20ecfb4;hpb=3ec516a832c94452d99a1f33d1cd169566c1abfd;p=integration%2Ftest.git diff --git a/csit/suites/netconf/restperfclient/performance.robot b/csit/suites/netconf/restperfclient/performance.robot index 411321a23e..1c7847e86f 100644 --- a/csit/suites/netconf/restperfclient/performance.robot +++ b/csit/suites/netconf/restperfclient/performance.robot @@ -33,10 +33,9 @@ Resource ${CURDIR}/../../../libraries/Utils.robot Variables ${CURDIR}/../../../variables/Variables.py *** Variables *** -${DIRECTORY_WITH_CRUD_TEMPLATES} ${CURDIR}/../../../variables/netconf/CRUD -${DIRECTORY_WITH_TEMPLATE_FOLDERS} ${CURDIR}/../../../variables/netconf/RestPerfClient ${DEVICE_NAME} ${FIRST_TESTTOOL_PORT}-sim-device ${REQUEST_COUNT} 65536 +${directory_with_crud_templates} ${CURDIR}/../../../variables/netconf/CRUD *** Test Cases *** Start_Testtool @@ -56,7 +55,7 @@ Wait_For_Device_To_Become_Connected Create_Device_Data [Documentation] Send some sample test data into the device and check that the request went OK. ${template_as_string}= BuiltIn.Set_Variable {'DEVICE_NAME': '${DEVICE_NAME}'} - NetconfViaRestconf.Post_Xml_Template_Folder_Via_Restconf ${DIRECTORY_WITH_CRUD_TEMPLATES}${/}cars ${template_as_string} + NetconfViaRestconf.Post_Xml_Template_Folder_Via_Restconf ${directory_with_crud_templates}${/}cars ${template_as_string} Deploy_And_Run_RestPerfClient [Documentation] Deploy and execute restperfclient, asking it to send the specified amount of requests to the netconf connector of the device.