aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-08-14 02:47:29 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-08-14 02:48:08 +0000
commitb88e1a41c01a34d08ba3a0e201d0603b35ee4fba (patch)
tree89670578a7cc72f047ef136edf8ed41c2696b9df /docker
parentc2f99db8b4d8f021b29a4e3aae483ba715936a66 (diff)
Add yardstick report for each task
JIRA: YARDSTICK-784 Currently we have yardstick report in GUI. But if users do not use GUI, they can't see this report. So we need generate a report each task. After run each test case, we can see report: http://ip:port/report/report.html Change-Id: Ic76cf57f55aa6680b91272e210135136f0225373 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/nginx.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/nginx.sh b/docker/nginx.sh
index 26937d134..74009f5bd 100755
--- a/docker/nginx.sh
+++ b/docker/nginx.sh
@@ -26,6 +26,10 @@ server {
location /gui/ {
alias /etc/nginx/yardstick/gui/;
}
+
+ location /report/ {
+ alias /tmp/;
+ }
}
EOF
fi