Update default Tempest version to tag 15.0.0 (February 17, 2017)

Update to use the latest Tempest tag for Ocata release.

Change-Id: Ifef7f77139ed5c0ac76942584fcd98e403f1557e
This commit is contained in:
Catherine Diep 2017-02-17 15:06:16 -08:00
parent 9a3ac98a76
commit 17f401c702
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
fba6f756afd15cb09742b7a9f237a4e061dcda70 (Decmeber 21, 2016 tags 14.0.0).
8f98c4b60bf06a8c15e8c054848d2440c46077d0 (February 17, 2017 tags 15.0.0).
Usage
#####

View File

@ -1,7 +1,7 @@
#!/bin/bash -x
#Default Tempest commit: SHA fba6f756afd15cb09742b7a9f237a4e061dcda70 (Decmeber 21, 2016 tags 14.0.0)
CHECKOUT_POINT=fba6f756afd15cb09742b7a9f237a4e061dcda70
#Default Tempest commit: SHA 8f98c4b60bf06a8c15e8c054848d2440c46077d0 (February 17, 2017 tags 15.0.0)
CHECKOUT_POINT=8f98c4b60bf06a8c15e8c054848d2440c46077d0
# Prints help
function usage {