You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2019/11/27 14:19:55 UTC

[qpid-dispatch] branch master updated: DISPATCH-1498: skip SASL tests if Cyrus library not available. This closes #632

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f7bb19  DISPATCH-1498: skip SASL tests if Cyrus library not available. This closes #632
9f7bb19 is described below

commit 9f7bb192e57019385296808fdb2f5c1edf03f909
Author: overmeulen <ov...@murex.com>
AuthorDate: Wed Nov 27 13:54:43 2019 +0100

    DISPATCH-1498: skip SASL tests if Cyrus library not available. This closes #632
---
 tests/system_tests_sasl_plain.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/system_tests_sasl_plain.py b/tests/system_tests_sasl_plain.py
index f35371c..55da1a1 100644
--- a/tests/system_tests_sasl_plain.py
+++ b/tests/system_tests_sasl_plain.py
@@ -123,6 +123,7 @@ class RouterTestPlainSaslFailure(RouterTestPlainSaslCommon):
         except:
             pass
 
+    @SkipIfNeeded(not SASL.extended(), "Cyrus library not available. skipping test")
     def test_inter_router_sasl_fail(self):
         passed = False
         long_type = 'org.apache.qpid.dispatch.connection'
@@ -216,6 +217,7 @@ class RouterTestPlainSaslFailureUsingLiteral(RouterTestPlainSaslCommon):
         except:
             pass
 
+    @SkipIfNeeded(not SASL.extended(), "Cyrus library not available. skipping test")
     def test_inter_router_sasl_fail(self):
         passed = False
         long_type = 'org.apache.qpid.dispatch.connection'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org