Decrease time of rally verify job

Let's use regex 'tempest.api.compute.servers.test_servers' instead of
whole compute set.

Change-Id: I641f5d03b8e67a56d09fd0cba4632ff803e793c1
This commit is contained in:
Andrey Kurilin 2015-06-11 00:26:00 +03:00
parent a15ce58700
commit 540aefc440

View File

@ -43,12 +43,9 @@ RESULTS+="install=$(do_status $?) "
gzip -9 ${RESULTS_DIR}/tempest_installation.txt
# Run to verification for one SET_NAME and then compare them.
SET_NAME="compute"
function do_verification {
OUTPUT_FILE=${RESULTS_DIR}/${1}_verification_${SET_NAME}_set.txt
rally --rally-debug verify start --set ${SET_NAME} > ${OUTPUT_FILE} 2>&1
rally --rally-debug verify start --regex tempest.api.compute.servers.test_servers > ${OUTPUT_FILE} 2>&1
RESULTS+="v${1}=$(do_status $?) "
gzip -9 ${OUTPUT_FILE}
source ~/.rally/globals && VERIFICATIONS[${1}]=${RALLY_VERIFICATION}