Use lighty build for all functional tests
[transportpce.git] / tests / transportpce_tests / common / test_utils.py
index 63ab18735479f8877df43371f7b41962324efde2..cd9e52b3227b3bb29d3934b5b4dd979a2d25956c 100644 (file)
@@ -30,7 +30,7 @@ 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.netconf.restconf.* was successfully created"
-LIGHTY_OK_START_MSG = re.escape("lighty.io and RESTCONF-NETCONF started")
+LIGHTY_OK_START_MSG = "lighty.io and RESTCONF-NETCONF started"
 
 ODL_LOGIN = 'admin'
 ODL_PWD = 'admin'