diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-16 14:45:44 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-16 18:01:11 +0200 |
commit | b29ca388d13becc6baa195022d2a28519609dcd9 (patch) | |
tree | 5b970f1f75013798da4b4306645bfd36ba6b0d0c /utils/test/reporting/functest/reportingConf.py | |
parent | 3a02c4cded5394304f1da75713212254ce69e89a (diff) |
Align test names in BD and testcase.yaml declaration
JIRA: FUNCTEST-304
Change-Id: I642101d88716ac634e07b66136cfdcac0c482500
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/reporting/functest/reportingConf.py')
-rw-r--r-- | utils/test/reporting/functest/reportingConf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py index e390a18d2..649246d64 100644 --- a/utils/test/reporting/functest/reportingConf.py +++ b/utils/test/reporting/functest/reportingConf.py @@ -15,3 +15,4 @@ installers = ["apex", "compass", "fuel", "joid"] versions = ["master"] PERIOD = 10 MAX_SCENARIO_CRITERIA = 18 +URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results' |