X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2FVariables.robot;fp=csit%2Fvariables%2FVariables.robot;h=8e4ddd3f822598a3380656aecf9ac724d8b44226;hb=8c057a74c6462e13df1b175dcee9c76dd4e43283;hp=b02836c201edcddc5560211b60ed25cd5a6bc4c7;hpb=86274bd23b0eb9c572d586f0459e1decde26df96;p=integration%2Ftest.git diff --git a/csit/variables/Variables.robot b/csit/variables/Variables.robot index b02836c201..8e4ddd3f82 100644 --- a/csit/variables/Variables.robot +++ b/csit/variables/Variables.robot @@ -96,7 +96,7 @@ ${GET_INTENTS_URI} /retconf/config/intent:intents # FIXME: Move to a separ &{HEADERS_XML} Content-Type=application/xml # Content type for XML data. TODO: Hide into more specific Resource if possible. ${KARAF_PROMPT_LOGIN} opendaylight-user # This is used for karaf console login. ${ICMP_TYPE} 135 -${KARAF_DETAILED_PROMPT} @${ESCAPE_CHARACTER}[0m${ESCAPE_CHARACTER}[34mroot${ESCAPE_CHARACTER}[0m> # Larger substring of Karaf prompt, shorter ones may result in false positives. +${KARAF_DETAILED_PROMPT} @${ESCAPE_CHARACTER}\[0m${ESCAPE_CHARACTER}\[34mroot${ESCAPE_CHARACTER}\[0m> # Larger substring of Karaf prompt, shorter ones may result in false positives. ${KARAF_HOME} ${WORKSPACE}${/}${BUNDLEFOLDER} # Karaf home directory path. ${KARAF_LOG} ${WORKSPACE}/${BUNDLEFOLDER}/data/log/karaf.log # location of karaf.log in standard CSIT jobs ${KARAF_PASSWORD} karaf # Plaintext password to authenticate to Karaf console.