X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnetconf%2Frestperfclient%2Fperformance.robot;h=404a2165f866d39952c6770b374530bd77b75d9d;hb=2971be2863af8d9bd545133930d31f0927e281e4;hp=b901acb43901fab8b037c700b90a1c29072ab50f;hpb=f8a7db42ceecd4685623783aa3f37bc936509158;p=integration%2Ftest.git diff --git a/csit/suites/netconf/restperfclient/performance.robot b/csit/suites/netconf/restperfclient/performance.robot index b901acb439..404a2165f8 100644 --- a/csit/suites/netconf/restperfclient/performance.robot +++ b/csit/suites/netconf/restperfclient/performance.robot @@ -35,7 +35,7 @@ Variables ${CURDIR}/../../../variables/Variables.py *** Variables *** ${DEVICE_NAME} ${FIRST_TESTTOOL_PORT}-sim-device -${REQUEST_COUNT} 65536 +${REQUEST_COUNT} 16384 ${directory_with_crud_templates} ${CURDIR}/../../../variables/netconf/CRUD ${device_type} full-uri-device @@ -86,7 +86,7 @@ Cleanup_And_Collect Setup_Everything [Documentation] Setup everything needed for the test cases. # Calculate and set the value of the timeout - ${value}= BuiltIn.Evaluate ${REQUEST_COUNT}/15+10 + ${value}= BuiltIn.Evaluate ${REQUEST_COUNT}/10+20 Utils.Set_User_Configurable_Variable_Default TESTTOOL_DEVICE_TIMEOUT ${value} s # Setup resources used by the suite. SetupUtils.Setup_Utils_For_Setup_And_Teardown