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.
2 parents 325d6e7 + 546a87c commit fd944b9Copy full SHA for fd944b9
osgtest/tests/test_47_rsv.py
@@ -199,6 +199,17 @@ def test_031_hostcert_expiry_metric(self):
199
200
self.run_metric('org.osg.local.hostcert-expiry')
201
202
+ def test_032_cacert_expiry(self):
203
+ core.skip_ok_unless_installed('rsv')
204
+
205
+ self.run_metric('org.osg.certificates.cacert-expiry')
206
207
+ def test_033_crlcert_expiry(self):
208
209
210
+ self.run_metric('org.osg.certificates.crl-expiry')
211
212
213
# Print Java version info, mostly useful for debugging test runs.
214
def test_053_java_version_metric(self):
215
core.skip_ok_unless_installed('rsv', 'htcondor-ce')
0 commit comments