Skip to content

Commit 854c1e6

Browse files
committed
Don't run unless htcondor-ce is installed
1 parent 58bb1fc commit 854c1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_47_rsv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ def test_031_hostcert_expiry_metric(self):
204204
self.run_metric('org.osg.local.hostcert-expiry')
205205

206206
def test_032_cacert_expiry(self):
207-
core.skip_ok_unless_installed('rsv')
207+
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
208208

209209
self.run_metric('org.osg.certificates.cacert-expiry',
210210
accept_status=['OK', 'WARNING'])
211211

212212
def test_033_crlcert_expiry(self):
213-
core.skip_ok_unless_installed('rsv')
213+
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
214214

215215
self.run_metric('org.osg.certificates.crl-expiry',
216216
accept_status=['OK', 'WARNING'])

0 commit comments

Comments
 (0)