diff options
author | mbeierl <mark.beierl@dell.com> | 2017-09-25 09:56:53 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-09-25 10:00:12 -0400 |
commit | c0571183df86501bb626079b40a36a0d06e6e4f1 (patch) | |
tree | e146f69eace67c8a282941a4faa463107339ab90 /ci | |
parent | 84474c7fec2f926d811d1bc69792cb7f075e79c7 (diff) |
Fixing Results DB Keys
Update keys pushed to testresults DB so they match
the expected values.
JIRA: STORPERF-216
Change-Id: I837254fbfb2837d6abfc22d6d33878f60227480c
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/start_job.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/start_job.sh b/ci/start_job.sh index dde3dca..715d40a 100755 --- a/ci/start_job.sh +++ b/ci/start_job.sh @@ -18,7 +18,7 @@ cat << EOF > body.json "metadata": { "disk_type": "${DISK_TYPE}", "pod_name": "${POD_NAME}", - "scenario_name": "${SCENARIO_NAME}", + "scenario": "${SCENARIO_NAME}", "storage_node_count": ${CINDER_NODES}, "version": "${VERSION}", "build_tag": "${BUILD_TAG}", @@ -33,4 +33,4 @@ curl -s -X POST --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ -d @body.json http://127.0.0.1:5000/api/v1.0/jobs -rm body.json
\ No newline at end of file +rm body.json |