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