Migrate servicehandler module to OSGI DS
[transportpce.git] / tests / transportpce_tests / common / test_utils.py
index 2f92031bc238e1078b4396e7128dcda854a3a877..58ccf122c22ba3c10bb8cea6586a96f495e0d348 100644 (file)
@@ -29,8 +29,7 @@ import simulators
 SIMS = simulators.SIMS
 
 HONEYNODE_OK_START_MSG = 'Netconf SSH endpoint started successfully at 0.0.0.0'
-KARAF_OK_START_MSG = "Blueprint container for bundle org.opendaylight.transportpce.servicehandler.+" \
-    "was successfully created"
+KARAF_OK_START_MSG = "Transportpce controller started"
 LIGHTY_OK_START_MSG = re.escape("lighty.io and RESTCONF-NETCONF started")
 
 ODL_LOGIN = 'admin'