You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by dr...@apache.org on 2017/10/26 16:56:14 UTC

[trafficserver] branch master updated: Skipping tests if a plugin doesn't exist

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

dragon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e0ebc4  Skipping tests if a plugin doesn't exist
5e0ebc4 is described below

commit 5e0ebc46d6517e1722af56732f1534e087c200ba
Author: Jesse Zhang <ma...@gmail.com>
AuthorDate: Fri Oct 20 15:45:04 2017 -0500

    Skipping tests if a plugin doesn't exist
    
    
    
    Removed header_rewrite check
---
 tests/gold_tests/pluginTest/multiplexer/multiplexer.test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/gold_tests/pluginTest/multiplexer/multiplexer.test.py b/tests/gold_tests/pluginTest/multiplexer/multiplexer.test.py
index 3614f3c..eccf598 100644
--- a/tests/gold_tests/pluginTest/multiplexer/multiplexer.test.py
+++ b/tests/gold_tests/pluginTest/multiplexer/multiplexer.test.py
@@ -22,7 +22,8 @@ Test experimental/multiplexer.
 '''
 # need Curl
 Test.SkipUnless(
-    Condition.HasProgram("curl", "Curl need to be installed on system for this test to work")
+    Condition.HasProgram("curl", "Curl need to be installed on system for this test to work"),
+    Condition.PluginExists('multiplexer.so')
 )
 Test.ContinueOnFail = False
 # Define default ATS

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].