Delete outdated comments 13/33613/1
authorJozef Behran <jbehran@cisco.com>
Wed, 27 Jan 2016 11:13:05 +0000 (12:13 +0100)
committerJozef Behran <jbehran@cisco.com>
Wed, 27 Jan 2016 11:15:06 +0000 (12:15 +0100)
Change-Id: Ibc3d6b45f5b362ae4f697c78c0c853e5396416ad
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/suites/netconf/ready/netconfready.robot

index ec0ecb57c900e5d25771773c58144238759ddec5..55b1e7a725f840520ad692705a63c1b22aed0118 100644 (file)
@@ -61,9 +61,6 @@ Setup_Everything
     KarafKeywords.Log_Message_To_Controller_Karaf    Starting Netconf readiness test suite
     BuiltIn.Run_Keyword_If    ${DEBUG_LOGGING_FOR_EVERYTHING}    KarafKeywords.Execute_Controller_Karaf_Command_On_Background    log:set DEBUG
     RequestsLibrary.Create_Session    ses    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}
-    # TODO: Do not include slash in ${OPERATIONAL_TOPO_API}, having it typed here is more readable.
-    # TODO: Alternatively, create variable in Variables which starts with http.
-    # Both TODOs would probably need to update every suite relying on current Variables.
 
 Teardown_Everything
     [Documentation]    Destroy all sessions in the requests library and log into karaf.log that the netconf readiness wait is over.