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 854c1e6 commit 6c50b8aCopy full SHA for 6c50b8a
osgtest/tests/test_47_rsv.py
@@ -203,12 +203,16 @@ def test_031_hostcert_expiry_metric(self):
203
204
self.run_metric('org.osg.local.hostcert-expiry')
205
206
+ # OSG 3.3 tries to download from IU and causes a failure
207
+ @osgrelease(3.4)
208
def test_032_cacert_expiry(self):
209
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
210
211
self.run_metric('org.osg.certificates.cacert-expiry',
212
accept_status=['OK', 'WARNING'])
213
214
215
216
def test_033_crlcert_expiry(self):
217
218
0 commit comments