diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-04-05 06:11:16 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-04-05 06:11:16 +0000 |
commit | b2fb23ca8ccc1acedaa9156552af4ba347f24103 (patch) | |
tree | 5c19128ffaa2c2c80f95e70b0b6b1c5ef6aec21f /docker | |
parent | 65b2c23bff92368a9993d03ec70a64ed7344f1e8 (diff) |
Bugfix: fix query job status in TC074
JIRA: YARDSTICK-621
The storperf job status query in TC074 didn' work properly. The cause is the
"type: status" is not passed in the URL. This patch also update storperf VM
image to xenial.
Change-Id: Idd9f501416b24612f6045a57ba2a95e2ed3a9572
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 3be28e4b2..52a15df1b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -38,7 +38,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf EXPOSE 5000 ADD http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img ${IMAGE_DIR} -ADD http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img ${IMAGE_DIR} +ADD http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img ${IMAGE_DIR} COPY ./exec_tests.sh /usr/local/bin/ |