From: Jozef Behran Date: Fri, 19 Feb 2016 13:33:18 +0000 (+0100) Subject: Removed unnecessary "operational" alias for RequestKeywords X-Git-Tag: release/beryllium-sr1~73 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=d04fcd260cb02c0fdabe3166eae6025b0f767dd2 Removed unnecessary "operational" alias for RequestKeywords The removed line was copied from the CRUD suite but it turns out it is not used for anything in the Change-Id: Ib0cdb652a5ebca6c63abf3922c750e29c4d20e54 Signed-off-by: Jozef Behran --- diff --git a/csit/suites/netconf/restperfclient/performance.robot b/csit/suites/netconf/restperfclient/performance.robot index 664aa2d859..fa5506a35a 100644 --- a/csit/suites/netconf/restperfclient/performance.robot +++ b/csit/suites/netconf/restperfclient/performance.robot @@ -97,7 +97,6 @@ Setup_Everything [Documentation] Setup everything needed for the test cases. # Setup resources used by the suite. SetupUtils.Setup_Utils_For_Setup_And_Teardown - RequestsLibrary.Create_Session operational http://${ODL_SYSTEM_IP}:${RESTCONFPORT}${OPERATIONAL_API} auth=${AUTH} NetconfKeywords.Setup_Netconf_Keywords # Connect to the tools system (rest-perf-client) ${restperfclient}= SSHKeywords.Open_Connection_To_Tools_System