Forget conf file... 77/14377/1
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 19 May 2016 13:15:29 +0000 (15:15 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 19 May 2016 13:15:29 +0000 (15:15 +0200)
Change-Id: I85261ec5fcbe59db2e67f8347d2babb082454e14
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
utils/test/reporting/functest/reportingConf.py [new file with mode: 0644]

diff --git a/utils/test/reporting/functest/reportingConf.py b/utils/test/reporting/functest/reportingConf.py
new file mode 100644 (file)
index 0000000..e4c4548
--- /dev/null
@@ -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