We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbdd7d commit faba732Copy full SHA for faba732
osgtest/tests/test_06_fetch_crl.py
@@ -23,7 +23,9 @@ class TestFetchCrl(osgunittest.OSGTestCase):
23
# ERROR verify called on empty data blob
24
'verify called on empty data blob',
25
# VERBOSE(0) SDG-G2/0: CRL signature failed
26
- 'CRL signature failed'
+ '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',
29
]
30
31
def output_is_acceptable(self, fetch_crl_output):
0 commit comments