From 124d716aada935de55f87e00dbb4854366d1cbcb Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Mon, 14 Aug 2017 17:32:55 +0200 Subject: 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 --- functest/ci/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index dc48df75f..9a4bd5351 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 -- cgit 1.2.3-korg