From a2e6a3b876f6c1b67d0c493d215209b69f0c52ba Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 19 May 2016 15:15:29 +0200 Subject: [PATCH] Forget conf file... Change-Id: I85261ec5fcbe59db2e67f8347d2babb082454e14 Signed-off-by: Morgan Richomme --- utils/test/reporting/functest/reportingConf.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 utils/test/reporting/functest/reportingConf.py 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 -- 2.16.6