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
This commit is contained in:
Martin Kopec 2021-03-23 19:31:53 +00:00
parent 6bbd88fed8
commit a842efbf56
2 changed files with 3 additions and 3 deletions

View File

@ -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
#####

View File

@ -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