Fix insufficient check for failed requests
[integration/test.git] / csit / suites / netconf / restperfclient / performance.robot
index fa5506a35a871eb30fa46cf65507c7badcc9a272..3f47865a6bfd7e9da404f5d207b9746c7845a79e 100644 (file)
@@ -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.