Merge "Update default version of Tempest"
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user