diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-02 15:01:10 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-02 15:01:10 +0100 |
commit | 3b33e98b4f6450ee298929fa3d7560587ff140d0 (patch) | |
tree | 7c6c410c758f7dabcecf96526d33e1f4e6302008 | |
parent | 98bec6c6a3ec015fae82ec5ecd7f2fa7585b126f (diff) |
Exclude Copper until copper/installer integration completed
JIRA: FUNCTEST-34
Change-Id: I70d551904a429b25947f914aa67f6f13f9e5b6ef
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rwxr-xr-x | functest/ci/testcases.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 1733ef854..0fffb901a 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -224,18 +224,18 @@ tiers: dependencies: installer: 'apex' scenario: '^((?!fdio).)*$' - - - name: copper - criteria: 'status == "PASS"' - blocking: false - description: >- - Test suite for policy management based on OpenStack Congress - dependencies: - installer: '(apex)|(joid)' - scenario: '^((?!fdio|lxd).)*$' - run: - module: 'functest.opnfv_tests.features.copper' - class: 'Copper' +# - +# name: copper +# criteria: 'status == "PASS"' +# blocking: false +# description: >- +# Test suite for policy management based on OpenStack Congress +# dependencies: +# installer: '(apex)|(joid)' +# scenario: '^((?!fdio|lxd).)*$' +# run: +# module: 'functest.opnfv_tests.features.copper' +# class: 'Copper' - name: moon criteria: 'status == "PASS"' |