summaryrefslogtreecommitdiffstats
path: root/reporting/yardstick/reportingConf.py
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2016-09-20 07:47:21 +0000
committerchenjiankun <chenjiankun1@huawei.com>2016-09-20 07:52:08 +0000
commitca3b3530f7b4a01291572ab78a866b9dbbcdd9db (patch)
tree5e6ae7fd29a0513ac7b8cd9e77e00236fc5c40ed /reporting/yardstick/reportingConf.py
parent95213f3b6d5da28b322392a28ac9e5968aad190c (diff)
Make a black list for yardstick reporting
JIRA: YARDSTICK-353 Change-Id: Ic4821ff279401cc4eb26d172c0b649e9eeb2da48 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'reporting/yardstick/reportingConf.py')
-rw-r--r--reporting/yardstick/reportingConf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/reporting/yardstick/reportingConf.py b/reporting/yardstick/reportingConf.py
index 52d9997..2db41f0 100644
--- a/reporting/yardstick/reportingConf.py
+++ b/reporting/yardstick/reportingConf.py
@@ -22,6 +22,7 @@ LASTEST_TESTS = 4
REPORTING_PATH = "."
URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results'
+TEST_CONF = "https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml"
# LOG_LEVEL = "ERROR"
LOG_LEVEL = "INFO"