From: Morgan Richomme Date: Thu, 19 May 2016 13:15:29 +0000 (+0200) Subject: Forget conf file... X-Git-Tag: colorado.1.0~471 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a2e6a3b876f6c1b67d0c493d215209b69f0c52ba;p=releng.git Forget conf file... Change-Id: I85261ec5fcbe59db2e67f8347d2babb082454e14 Signed-off-by: Morgan Richomme --- diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py new file mode 100644 index 000000000..e4c4548c8 --- /dev/null +++ b/utils/test/reporting/functest/reportingConf.py @@ -0,0 +1,17 @@ +#!/usr/bin/python +# +# This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Reporting: Declaration of the variables +# +# **************************************************** +installers = ["apex", "compass", "fuel", "joid"] +# installers = ["compass"] +versions = ["brahmaputra", "master"] +# versions = ["master"] +PERIOD = 10 +MAX_SCENARIO_CRITERIA = 18