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 58bb1fc commit 854c1e6Copy full SHA for 854c1e6
osgtest/tests/test_47_rsv.py
@@ -204,13 +204,13 @@ def test_031_hostcert_expiry_metric(self):
204
self.run_metric('org.osg.local.hostcert-expiry')
205
206
def test_032_cacert_expiry(self):
207
- core.skip_ok_unless_installed('rsv')
+ core.skip_ok_unless_installed('rsv', 'htcondor-ce')
208
209
self.run_metric('org.osg.certificates.cacert-expiry',
210
accept_status=['OK', 'WARNING'])
211
212
def test_033_crlcert_expiry(self):
213
214
215
self.run_metric('org.osg.certificates.crl-expiry',
216
0 commit comments