Skip to content

Commit 6c50b8a

Browse files
committed
Only run crl/ca test on OSG 3.4 (3.3 fails when probes download stuff from IU)
1 parent 854c1e6 commit 6c50b8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osgtest/tests/test_47_rsv.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,16 @@ def test_031_hostcert_expiry_metric(self):
203203

204204
self.run_metric('org.osg.local.hostcert-expiry')
205205

206+
# OSG 3.3 tries to download from IU and causes a failure
207+
@osgrelease(3.4)
206208
def test_032_cacert_expiry(self):
207209
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
208210

209211
self.run_metric('org.osg.certificates.cacert-expiry',
210212
accept_status=['OK', 'WARNING'])
211213

214+
# OSG 3.3 tries to download from IU and causes a failure
215+
@osgrelease(3.4)
212216
def test_033_crlcert_expiry(self):
213217
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
214218

0 commit comments

Comments
 (0)