diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-09-20 07:47:21 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-09-20 07:52:08 +0000 |
commit | b5c5476bf5b6e5a38503f43abc5afc5a8a0d151b (patch) | |
tree | cd363e96ba614fbc71647f40a9fa361ad3161a08 /utils/test/reporting/yardstick/reportingConf.py | |
parent | a0a65ceb7af1e950dba78c9de6510c9162d4b3d0 (diff) |
Make a black list for yardstick reporting
JIRA: YARDSTICK-353
Change-Id: Ic4821ff279401cc4eb26d172c0b649e9eeb2da48
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'utils/test/reporting/yardstick/reportingConf.py')
-rw-r--r-- | utils/test/reporting/yardstick/reportingConf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/reporting/yardstick/reportingConf.py b/utils/test/reporting/yardstick/reportingConf.py index 52d999740..2db41f0e1 100644 --- a/utils/test/reporting/yardstick/reportingConf.py +++ b/utils/test/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" |