summaryrefslogtreecommitdiffstats
path: root/reporting/reporting
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/reporting
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/reporting')
-rw-r--r--reporting/reporting/yardstick/scenarios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/reporting/yardstick/scenarios.py b/reporting/reporting/yardstick/scenarios.py
index 26e8c8b..7504493 100644
--- a/reporting/reporting/yardstick/scenarios.py
+++ b/reporting/reporting/yardstick/scenarios.py
@@ -9,7 +9,7 @@
import requests
import yaml
-import utils.reporting_utils as rp_utils
+import reporting.utils.reporting_utils as rp_utils
yardstick_conf = rp_utils.get_config('yardstick.test_conf')
response = requests.get(yardstick_conf)