X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fsuites%2Fnetconf%2Frestperfclient%2Fperformance.robot;h=3f47865a6bfd7e9da404f5d207b9746c7845a79e;hb=3f8e9f557b48b7b455e1a0c75da200ce9d47778f;hp=fa5506a35a871eb30fa46cf65507c7badcc9a272;hpb=f33441884ffe43d43c64bb5c198ac3c6550d4b8f;p=integration%2Ftest.git diff --git a/csit/suites/netconf/restperfclient/performance.robot b/csit/suites/netconf/restperfclient/performance.robot index fa5506a35a..3f47865a6b 100644 --- a/csit/suites/netconf/restperfclient/performance.robot +++ b/csit/suites/netconf/restperfclient/performance.robot @@ -86,6 +86,8 @@ Check_For_Failed_Requests ... we don't want to test performance of ODL rejecting our requests. ${result}= SSHLibrary.Execute_Command grep "Request failed" ${restperfclientlog} BuiltIn.Should_Be_Equal '${result}' '' + ${result}= SSHLibrary.Execute_Command grep "Status code" ${restperfclientlog} + BuiltIn.Should_Be_Equal '${result}' '' Deconfigure_Device_From_Netconf [Documentation] Deconfigure the testtool device on Netconf connector.