diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-08-14 17:32:55 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-08-17 09:08:04 +0200 |
commit | 124d716aada935de55f87e00dbb4854366d1cbcb (patch) | |
tree | 62ea1d74eb03d182c9ae528640670ae10151684f | |
parent | e91c5d62fff72089ba52c35a198f1f7a40ee9e17 (diff) |
Switch to blocking: false for ODL testcase
ODL basic suite doesn't support Keystone v3 [1] and then the related
testcase should not block the testing till it's fixed.
[1] https://jira.opnfv.org/browse/FUNCTEST-862
Change-Id: Ib9c92c5ff37ab720bdfc311df834f18bac39daa7
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index dc48df75..9a4bd535 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -149,7 +149,7 @@ tiers: case_name: odl project_name: functest criteria: 100 - blocking: true + blocking: false description: >- Test Suite for the OpenDaylight SDN Controller. It integrates some test suites from upstream using |