summaryrefslogtreecommitdiffstats
path: root/reporting/docker/reporting.sh
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-09-26 06:27:26 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-09-26 06:27:26 +0000
commit10181b6e823a8bdd2804afacf99605e16224b629 (patch)
treeb1e167636bef638274b481e579d5d4e742ae7e8f /reporting/docker/reporting.sh
parent94b28843c6d0ffc3289c208ab21211806d3d9ae5 (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 'reporting/docker/reporting.sh')
-rwxr-xr-xreporting/docker/reporting.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/docker/reporting.sh b/reporting/docker/reporting.sh
index 6cc7a7c..25d3ef1 100755
--- a/reporting/docker/reporting.sh
+++ b/reporting/docker/reporting.sh
@@ -3,7 +3,7 @@
export PYTHONPATH="${PYTHONPATH}:./reporting"
export CONFIG_REPORTING_YAML=./reporting/reporting.yaml
-declare -a versions=(danube master)
+declare -a versions=(euphrates danube master)
declare -a projects=(functest storperf yardstick qtip vsperf bottlenecks)
project=$1