Merge "Update default version of Tempest"

This commit is contained in:
Jenkins
2015-07-23 04:44:37 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,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
98f62ee80673532782bd77158512d8f94d67c128 (15 June 2015).
ffe09dd61170bfccf7d60ef9c8eba2883ab6c148 (16 July 2015).
**Usage**

View File

@@ -1,6 +1,6 @@
#!/bin/bash -x
CHECKOUT_POINT=98f62ee80673532782bd77158512d8f94d67c128
CHECKOUT_POINT=ffe09dd61170bfccf7d60ef9c8eba2883ab6c148
# Prints help
function usage {
@@ -26,7 +26,7 @@ function check_tag {
return 1
}
#By default tempest uses from commit 98f62ee80673532782bd77158512d8f94d67c128
#By default tempest uses from commit ffe09dd61170bfccf7d60ef9c8eba2883ab6c148
while getopts c:t:h FLAG; do
case ${FLAG} in