diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-09-26 06:27:26 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2017-09-26 06:27:26 +0000 |
commit | eed4094e4c25882ceb90503328b3828fb495e67a (patch) | |
tree | 7fe188684a6db97910b1cbc7119a893ad96775fa /utils/test/reporting/docker/Dockerfile | |
parent | 7ac409f0707511607a1e526030686a6791fa08ac (diff) |
reporting adoption for Euphrates
Danube -> Euphrates in euphrates.html
add euphrates dir
fix CONFIG_REPORTING_YAML value
fix import error in scenario.py
Change-Id: Ic0457bf8d1c67bd21ef6a31564792eb98cfca9ad
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'utils/test/reporting/docker/Dockerfile')
-rw-r--r-- | utils/test/reporting/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/reporting/docker/Dockerfile b/utils/test/reporting/docker/Dockerfile index f2357909d..07440ad29 100644 --- a/utils/test/reporting/docker/Dockerfile +++ b/utils/test/reporting/docker/Dockerfile @@ -22,7 +22,7 @@ ARG BRANCH=master ENV HOME /home/opnfv ENV working_dir ${HOME}/releng/utils/test/reporting -ENV CONFIG_REPORTING_YAML ${working_dir}/reporting.yaml +ENV CONFIG_REPORTING_YAML ${working_dir}/reporting/reporting.yaml WORKDIR ${HOME} # Packaged dependencies |