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 6c50b8a commit e38f0acCopy full SHA for e38f0ac
osgtest/tests/test_47_rsv.py
@@ -204,15 +204,15 @@ def test_031_hostcert_expiry_metric(self):
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)
+ @core.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