From a842efbf5672fb28a31439f93ff1eb0c416217b1 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 23 Mar 2021 19:31:53 +0000 Subject: [PATCH] Update default tempest tag to Oct 2019 In order to support manila_tempest_plugin tests which are a part of share file system target program we need to update tempest's tag to the commit when a workaround to handle skip exception was added [1]. Without the change some of the manila_tempest_plugin tests in share file system program are failing because tests skips are treated as errors. [1] https://review.opendev.org/c/openstack/tempest/+/687999 Change-Id: I692ac5749da553435e8d04f8179aa6151038b1f4 --- README.rst | 2 +- setup_env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c474a04..ea72ea1 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE. For example: execute ``./setup_env -t tags/3`` to install Tempest tag-3. c. By default, Tempest will be installed from commit - 8316f962c52b01edc5be466b18e54904e2a1248a (Sept, 2018). + e64c78dcf720202a0542bb1e1184f5229a11524f (Oct, 2019). Usage ##### diff --git a/setup_env b/setup_env index b25f871..0aa98a1 100755 --- a/setup_env +++ b/setup_env @@ -1,7 +1,7 @@ #!/bin/bash -x -#Default Tempest commit: SHA 3ffa54e446ed2a8bf6758343a3130ae424d3ddc4 (Oct 2018) -CHECKOUT_POINT=3ffa54e446ed2a8bf6758343a3130ae424d3ddc4 +#Default Tempest commit: SHA e64c78dcf720202a0542bb1e1184f5229a11524f (Oct 2019) +CHECKOUT_POINT=e64c78dcf720202a0542bb1e1184f5229a11524f PY_VERSION="3.6.0" # Prints help