From 3bbce50d580b467c7d6a4e6cef3963b77e684f44 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 8 Sep 2016 18:36:47 +0200 Subject: Fix security issues reported by the security audit JIRA: RELENG-143 Change-Id: Ia20c6ce86e72924ab8ab5f93bdc956d7f6a40a93 Signed-off-by: Morgan Richomme --- reporting/functest/reportingConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reporting/functest/reportingConf.py') 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" -- cgit 1.2.3-korg