diff options
author | Jamo Luhrsen <jluhrsen@redhat.com> | 2017-03-22 14:30:25 -0700 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-03-22 22:53:37 +0000 |
commit | 969bd4f1e9584f94766192e9f418093ed238638a (patch) | |
tree | d6c0be3450e206197d4e3d07bfae613244a7da4e | |
parent | c360865d91d3df279c74b2a81f84516784da723b (diff) |
Disable blocking status for odl_netvirt
Change-Id: I4a3f10a82d3109a44f8db237cbd7beda06a361da
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
(cherry picked from commit 569182f4b24de6b0f020754d717129a82d19930b)
-rwxr-xr-x | 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 14977556d..5f54b975d 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -168,7 +168,7 @@ tiers: - name: odl_netvirt criteria: 'success_rate == 100%' - blocking: true + blocking: false clean_flag: false description: >- Test Suite for the OpenDaylight SDN Controller when |