summaryrefslogtreecommitdiffstats
path: root/ci/verify-build.sh
diff options
context:
space:
mode:
authorTaseer Ahmed <taseer94@gmail.com>2017-11-14 16:57:31 +0500
committermbeierl <mark.beierl@dell.com>2018-01-11 15:38:36 -0500
commitf0e1ee0ccc25acf74f472146f4219350bfec0248 (patch)
treee7e28e04ab01c384f3cc545eb631b2a9e5af0061 /ci/verify-build.sh
parent9100f1afcc426b387dee3673151786680bfe0718 (diff)
WIP - Use SNAPS to launch StorPerf Stack
Change-Id: I8857e6e0dd2bf9cd7c38cf18a7c239d7eb993d05 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
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/"