diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-19 15:15:29 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-19 15:15:29 +0200 |
commit | a2e6a3b876f6c1b67d0c493d215209b69f0c52ba (patch) | |
tree | 8e748ba49a2854becf89cf470610bc81e0a5e52c /utils/test/reporting | |
parent | d9d3645559462a4139ee33f0cca3be12e37b2d36 (diff) |
Forget conf file...
Change-Id: I85261ec5fcbe59db2e67f8347d2babb082454e14
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/reporting')
-rw-r--r-- | utils/test/reporting/functest/reportingConf.py | 17 |
1 files changed, 17 insertions, 0 deletions
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 |