From 44a47aa10b55a5fc559128cf20b5be578662c78a Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Mon, 5 Apr 2021 12:45:56 -0500 Subject: [PATCH] sslheaders AuTest: Skip if plugin does not exist Adding a skip condition on the sslheaders.test.py that verifies the plugin exists (i.e., was configured and build) before running the test. (cherry picked from commit 455b06eb3f44363007a475c1cd8c61d033a99c68) Conflicts: tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py --- tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py b/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py index 26c3a432583..54d55beb4f2 100644 --- a/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py +++ b/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py @@ -22,6 +22,7 @@ ''' Test.SkipUnless( + Condition.PluginExists('sslheaders.so'), Condition.HasATSFeature('TS_USE_TLS_ALPN'), Condition.HasCurlFeature('http2'), )