X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FUtils.robot;h=a18f2bec19ffec846ab62cb82c41a3364906b1d9;hb=88fbda8f7e813b5cbdce81d52eeca1d918e11647;hp=919da36a04d5850d5b6e44eac767741dbcc5ba0c;hpb=1c52116fef9f63a4d7950dc28412d5ddd93edbb8;p=integration%2Ftest.git diff --git a/csit/libraries/Utils.robot b/csit/libraries/Utils.robot index 919da36a04..a18f2bec19 100644 --- a/csit/libraries/Utils.robot +++ b/csit/libraries/Utils.robot @@ -87,7 +87,7 @@ Report_Failure_And_Point_To_Linked_Bugs ... or as the first line of the test if FastFail module is not being ... used. It reports the URL of the bug on console and also puts it ... into the Robot log file. - ${test_skipped}= BuiltIn.Evaluate len(re.findall('SKIPPED', '''${TEST_MESSAGE}''')) > 0 modules=re + ${test_skipped}= BuiltIn.Evaluate len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) > 0 modules=re BuiltIn.Return From Keyword If ('${TEST_STATUS}' != 'FAIL') or ${test_skipped} ${newline}= BuiltIn.Evaluate chr(10) ${reference}= String.Replace_String_Using_Regexp ${SUITE_NAME}_${TEST_NAME} [ /\.-] _