X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FTempest.robot;h=668e8fb89e05faaa3a28f709fe2a8843a64dbdc4;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=81958125cd06f0dbd5f2c41c741fbdf364b1e142;hpb=beba0109d241e922accbd5c53fb59a89a57b52f9;p=integration%2Ftest.git diff --git a/csit/libraries/Tempest.robot b/csit/libraries/Tempest.robot index 81958125cd..668e8fb89e 100644 --- a/csit/libraries/Tempest.robot +++ b/csit/libraries/Tempest.robot @@ -7,9 +7,8 @@ Resource SSHKeywords.robot Resource ../variables/Variables.robot *** Variables *** -@{stable/ocata_EXCLUSION_REGEXES} ${EMPTY} -@{stable/pike_EXCLUSION_REGEXES} ${EMPTY} @{stable/queens_EXCLUSION_REGEXES} ${EMPTY} +@{stable/rocky_EXCLUSION_REGEXES} ${EMPTY} @{master_EXCLUSION_REGEXES} ${EMPTY} ${BLACKLIST_FILE} /tmp/blacklist.txt ${TEMPEST_DIR} /opt/stack/tempest @@ -131,7 +130,8 @@ Create Blacklist File ... line will be created in the required ${BLACKLIST_FILE} location. This file is pushed to the OS_CONTROL_NODE ... which is assumed to be the tempest executor. OperatingSystem.Create File ${BLACKLIST_FILE} - : FOR ${exclusion} IN @{${OPENSTACK_BRANCH}_EXCLUSION_REGEXES} - \ OperatingSystem.Append To File ${BLACKLIST_FILE} ${exclusion}\n + FOR ${exclusion} IN @{${OPENSTACK_BRANCH}_EXCLUSION_REGEXES} + OperatingSystem.Append To File ${BLACKLIST_FILE} ${exclusion}\n + END OperatingSystem.Log File ${BLACKLIST_FILE} SSHKeywords.Copy File To Remote System ${OS_CNTL_IP} ${BLACKLIST_FILE} ${BLACKLIST_FILE}