diff --git a/osgtest/tests/test_47_rsv.py b/osgtest/tests/test_47_rsv.py index 8f9001e8..018f2b46 100644 --- a/osgtest/tests/test_47_rsv.py +++ b/osgtest/tests/test_47_rsv.py @@ -204,7 +204,7 @@ 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') @@ -212,7 +212,7 @@ def test_032_cacert_expiry(self): 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')