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.
1 parent 9bafa63 commit aacbcb6Copy full SHA for aacbcb6
osgtest/tests/test_150_xrootd.py
@@ -54,7 +54,7 @@ def setUp(self):
54
self.skip_ok_if(core.PackageVersion("xcache") >= "1.0.2",
55
"xcache 1.0.2+ configs conflict with xrootd tests")
56
57
- def test_01_start_xrootd(self):
+ def test_01_configure_xrootd(self):
58
core.config['xrootd.pid-file'] = '/var/run/xrootd/xrootd-default.pid'
59
core.config['certs.xrootdcert'] = '/etc/grid-security/xrd/xrdcert.pem'
60
core.config['certs.xrootdkey'] = '/etc/grid-security/xrd/xrdkey.pem'
0 commit comments