karaf log messages to debug OVSDB failures 08/30008/5
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 20 Nov 2015 19:49:59 +0000 (11:49 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 2 Dec 2015 00:17:22 +0000 (00:17 +0000)
Change-Id: If5ad9a71052da4dbf668751cd2d33e988ca3d6f3
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/ovsdb/Southbound_Domain/020__connection_manager.robot

index 5c40a6e0a3ec102b277355ecfead26b6d7f142a2..d273ed3a55e97ac67fe4f467c3833d377320d03c 100644 (file)
@@ -1,7 +1,8 @@
 *** Settings ***
 Documentation     Test suite for Connection Manager
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+Suite Setup       OVSDB Connection Manager Suite Setup
 Suite Teardown    Delete All Sessions
+Test Setup        Log Testcase Start To Controller Karaf
 Library           OperatingSystem
 Library           String
 Library           RequestsLibrary
@@ -140,3 +141,8 @@ Get Operational Topology after Deletion of integration Bridge
     [Tags]    Southbound
     @{list}    Create List    br-int    br-s1
     Wait Until Keyword Succeeds    8s    2s    Check For Elements Not At URI    ${OPERATIONAL_TOPO_API}    ${list}
+
+*** Keywords ***
+OVSDB Connection Manager Suite Setup
+    Open Controller Karaf Console On Background
+    Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}