summaryrefslogtreecommitdiffstats
path: root/reporting/functest/reportingConf.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-08 18:36:47 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-09-08 18:36:47 +0200
commit3bbce50d580b467c7d6a4e6cef3963b77e684f44 (patch)
tree74873722e5612889a7d8de29f649d22bb1e1e0fa /reporting/functest/reportingConf.py
parent3d383d1e28a7d835591186759b3ba55bf14db73e (diff)
Fix security issues reported by the security audit
JIRA: RELENG-143 Change-Id: Ia20c6ce86e72924ab8ab5f93bdc956d7f6a40a93 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest/reportingConf.py')
-rw-r--r--reporting/functest/reportingConf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/functest/reportingConf.py b/reporting/functest/reportingConf.py
index 9230cb2..b0e4cf7 100644
--- a/reporting/functest/reportingConf.py
+++ b/reporting/functest/reportingConf.py
@@ -21,7 +21,7 @@ MAX_SCENARIO_CRITERIA = 50
NB_TESTS = 5
# REPORTING_PATH = "/usr/share/nginx/html/reporting/functest"
REPORTING_PATH = "."
-URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results'
+URL_BASE = 'testresults.opnfv.org/test/api/v1/results'
TEST_CONF = "https://git.opnfv.org/cgit/functest/plain/ci/testcases.yaml"
LOG_LEVEL = "ERROR"
LOG_FILE = REPORTING_PATH + "/reporting.log"