Merge "bugfix: wrong function call of publish_json in kibana scripts"
[releng.git] / utils / test / reporting / functest / reportingConf.py
1 #!/usr/bin/python
2 #
3 # This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Reporting: Declaration of the variables
10 #
11 # ****************************************************
12 installers = ["apex", "compass", "fuel", "joid"]
13 # installers = ["compass"]
14 # versions = ["brahmaputra", "master"]
15 versions = ["master"]
16 PERIOD = 10
17 MAX_SCENARIO_CRITERIA = 18
18 URL_BASE = 'http://testresults.opnfv.org/test/api/v1/results'