Skip to content

Commit faba732

Browse files
committed
Add LWP error to fetch-crl whitelist (cause of EL7 errors)
1 parent 4cbdd7d commit faba732

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osgtest/tests/test_06_fetch_crl.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ class TestFetchCrl(osgunittest.OSGTestCase):
2323
# ERROR verify called on empty data blob
2424
'verify called on empty data blob',
2525
# VERBOSE(0) SDG-G2/0: CRL signature failed
26-
'CRL signature failed'
26+
'CRL signature failed',
27+
# LWP::Protocol::http::Socket: connect: No route to host at /usr/share/perl5/LWP/Protocol/http.pm line 51.
28+
'LWP::Protocol::http::Socket',
2729
]
2830

2931
def output_is_acceptable(self, fetch_crl_output):

0 commit comments

Comments
 (0)