Skip to content

Commit

Permalink
Fix decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
sthapa committed Aug 2, 2018
1 parent 6c50b8a commit e38f0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osgtest/tests/test_47_rsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ def test_031_hostcert_expiry_metric(self):
self.run_metric('org.osg.local.hostcert-expiry')

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

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

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

Expand Down

0 comments on commit e38f0ac

Please sign in to comment.