X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FCoe.robot;h=f4288550533512e1d96fe9aed169b4077bca4d56;hb=90fd342d6b8920c65fed91ebfa810d65011b073f;hp=2757158ffba13148bda1c45d7a6da7c1f030abd0;hpb=f08fb5f92c3c46074bf91aaf546d9d411ccd0e84;p=integration%2Ftest.git diff --git a/csit/libraries/Coe.robot b/csit/libraries/Coe.robot index 2757158ffb..f428855053 100644 --- a/csit/libraries/Coe.robot +++ b/csit/libraries/Coe.robot @@ -262,10 +262,14 @@ Coe Suite Teardown Extract current suite name [Documentation] This keyword returns the name of current test suite.Appropriate replacement in text is done to make test suite names in SUITES and SUITE_NAME similar. - @{suite names} Get Regexp Matches ${SUITES} coe\\/(\\w+).robot 1 - @{suite names updated} Create List - : FOR ${suites} IN @{suite names} - \ ${suites} Replace String ${suites} _ ${SPACE} - \ Append To List ${suite names updated} ${suites} - ${suite line} ${current suite} Should Match Regexp ${SUITE_NAME} .txt.(\\w.*) - [Return] ${current suite} ${suite names updated} + BuiltIn.Log SUITE_NAME: ${SUITE_NAME} + BuiltIn.Log SUITES: ${SUITES} + @{suite_names} Get Regexp Matches ${SUITES} coe\\/(\\w+).robot 1 + @{suite_names_updated} Create List + : FOR ${suite} IN @{suite_names} + \ ${suite} Replace String ${suite} _ ${SPACE} + \ Append To List ${suite_names_updated} ${suite} + ${num_suites} = BuiltIn.Get Length ${suite_names_updated} + ${suite line} ${current_suite} = BuiltIn.Run Keyword If ${num_suites} > ${1} Should Match Regexp ${SUITE_NAME} .txt.(\\w.*) + ... ELSE BuiltIn.Set Variable @{suite_names_updated}[0] @{suite_names_updated}[0] + [Return] ${current_suite} ${suite_names_updated}