summaryrefslogtreecommitdiffstats
path: root/ci/verify-build.sh
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2018-01-11 20:51:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-11 20:51:11 +0000
commitfe3f5e7d38a10bfca274b9ce0f8c7db0510c26ad (patch)
tree537fac37fa469da701b8d9bfe3f6eefdc08e19df /ci/verify-build.sh
parentb697f58b66c8ae425a6cccd22ba5740d9168f5ce (diff)
parentf0e1ee0ccc25acf74f472146f4219350bfec0248 (diff)
Merge "WIP - Use SNAPS to launch StorPerf Stack"
Diffstat (limited to 'ci/verify-build.sh')
-rwxr-xr-xci/verify-build.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/ci/verify-build.sh b/ci/verify-build.sh
index 0477e17..c98fea4 100755
--- a/ci/verify-build.sh
+++ b/ci/verify-build.sh
@@ -19,7 +19,12 @@ export CARBON_DIR=${ci}/job/carbon/
${ci}/remove_docker_container.sh
mkdir -p ${CARBON_DIR}
-touch ${ENV_FILE}
+cat << EOF > ${ENV_FILE}
+OS_USERNAME=username
+OS_PASSWORD=password
+OS_AUTH_URL=http://localhost
+OS_PROJECT_NAME=project
+EOF
if [ -z $ARCH ]
then
@@ -60,7 +65,7 @@ set +e
check_for_life storperf-httpfrontend "/"
FAILURES=$((FAILURES + $?))
-check_for_life storperf-master "/api/v1.0/configurations"
+check_for_life storperf-master "/api/v1.0/jobs"
FAILURES=$((FAILURES + $?))
check_for_life storperf-reporting "/reporting/"