diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-10-19 14:12:12 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-10-19 14:12:12 +0200 |
commit | 2455aae3c44273b4354b796e061dfb57588e66a0 (patch) | |
tree | fb4db0fe8098450a69f3eeb30a7ebb2ed85ce7bf /utils | |
parent | 70fa3892a2b4b610b2eb65626e8fdd223a8dec6a (diff) |
Extend the Functest reporting black list
remove
* tempest_full_parallel
* rally_full
Change-Id: Ibb944e7d32dc3cf0fc0b87a269c9e2f0327410e4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/reporting/reporting/reporting.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/test/reporting/reporting/reporting.yaml b/utils/test/reporting/reporting/reporting.yaml index ec5c2ef38..8123d0135 100644 --- a/utils/test/reporting/reporting/reporting.yaml +++ b/utils/test/reporting/reporting/reporting.yaml @@ -37,6 +37,8 @@ functest: blacklist: - odl_netvirt - juju_epc + - tempest_full_parallel + - rally_full max_scenario_criteria: 50 test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml log_level: ERROR |