Remove dead code that somehow survived code cleanup 26/36726/1
authorJozef Behran <jbehran@cisco.com>
Thu, 24 Mar 2016 10:07:40 +0000 (11:07 +0100)
committerJozef Behran <jbehran@cisco.com>
Thu, 24 Mar 2016 10:08:33 +0000 (11:08 +0100)
Change-Id: I4fef816734be3eeb0b6ff277d7a8b458c9da359d
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/RestPerfClient.robot
csit/suites/netconf/restperfclient/mdsal.robot
csit/suites/netconf/restperfclient/performance.robot

index 2a4fbfcc55978077c036dcda0680c2ce453b3ca7..b1b2f21cda89431a0d1fe079e021a4670c824c17 100644 (file)
@@ -77,9 +77,6 @@ Grep_Restperfclient_Log
     ${result}=    SSHLibrary.Execute_Command    grep '${pattern}' ${RestPerfClient__restperfclientlog}
     [Return]    ${result}
 
     ${result}=    SSHLibrary.Execute_Command    grep '${pattern}' ${RestPerfClient__restperfclientlog}
     [Return]    ${result}
 
-Get_Current_Log_Name
-    [Return]    ${RestPerfClient__restperfclientlog}
-
 Collect_From_Restperfclient
     [Documentation]    Collect useful data produced by restperfclient
     BuiltIn.Should_Not_Be_Equal    '${RestPerfClient__restperfclientlog}'    ''
 Collect_From_Restperfclient
     [Documentation]    Collect useful data produced by restperfclient
     BuiltIn.Should_Not_Be_Equal    '${RestPerfClient__restperfclientlog}'    ''
index 72e1714f5ea5c6870f3d66a1f11c795009929ff8..9fcf81bf3633aa7012866bdfaff3ac2659470d29 100644 (file)
@@ -88,7 +88,6 @@ Check_For_Failed_Netconf_Connector_Requests
     ...    failure and failed requests. Failed requests are rejected because
     ...    we don't want to test performance of ODL rejecting our requests.
     [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
     ...    failure and failed requests. Failed requests are rejected because
     ...    we don't want to test performance of ODL rejecting our requests.
     [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
-    ${restperfclientlog}=    RestPerfClient.Get_Current_Log_Name
     Set_Known_Bug_Id    5581
     ${result}=    RestPerfClient.Grep_Restperfclient_Log    thread timed out
     BuiltIn.Should_Be_Equal    '${result}'    ''
     Set_Known_Bug_Id    5581
     ${result}=    RestPerfClient.Grep_Restperfclient_Log    thread timed out
     BuiltIn.Should_Be_Equal    '${result}'    ''
index 7bf765403592cab657e9f7c1dfd98df1b335bf94..17f24a277e2fa5ba408c8920a6d2f8536e4674f7 100644 (file)
@@ -69,7 +69,6 @@ Check_For_Failed_Requests
     ...    This is a separate test case to distinguish between restperfclient
     ...    failure and failed requests. Failed requests are rejected because
     ...    we don't want to test performance of ODL rejecting our requests.
     ...    This is a separate test case to distinguish between restperfclient
     ...    failure and failed requests. Failed requests are rejected because
     ...    we don't want to test performance of ODL rejecting our requests.
-    ${restperfclientlog}=    RestPerfClient.Get_Current_Log_Name
     ${result}=    RestPerfClient.Grep_Restperfclient_Log    thread timed out
     BuiltIn.Should_Be_Equal    '${result}'    ''
     ${result}=    RestPerfClient.Grep_Restperfclient_Log    Request failed
     ${result}=    RestPerfClient.Grep_Restperfclient_Log    thread timed out
     BuiltIn.Should_Be_Equal    '${result}'    ''
     ${result}=    RestPerfClient.Grep_Restperfclient_Log    Request failed