Update default Tempest version to SHA 09a60155 (Mar 2, 2016)

Update to use Tempest SHA: 09a60155435cfb8bfd1edb6eab3d4bec30515b8f
which is Tempest tag 10.0.0 (March 2, 2016).

Note:  There are many updates in the tempest.conf file since the
last default Tempest used by RefStack.  Appropriate updates in the
config file should be made before any attempt to run test.

Change-Id: I9c685153ff83a5728c4e42fa667e0c730366bf22
This commit is contained in:
Catherine Diep 2016-04-05 15:36:05 -07:00
parent abb45d2e41
commit 59ddf8ed0b

View File

@ -1,6 +1,7 @@
#!/bin/bash -x
CHECKOUT_POINT=551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad
#Default Tempest commit: SHA 09a60155435cfb8bfd1edb6eab3d4bec30515b8f Tag: 10.0.0
CHECKOUT_POINT=09a60155435cfb8bfd1edb6eab3d4bec30515b8f
# Prints help
function usage {
@ -26,7 +27,7 @@ function check_tag {
return 1
}
# By default tempest uses from commit 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad
# By default tempest uses commit ${CHECKOUT_POINT}
while getopts c:t:h FLAG; do
case ${FLAG} in