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:
parent
6bbd88fed8
commit
a842efbf56
@ -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
|
||||
#####
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user