Skip to content

Commit aacbcb6

Browse files
committed
Use a different test name for config vs starting xrootd
1 parent 9bafa63 commit aacbcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_150_xrootd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def setUp(self):
5454
self.skip_ok_if(core.PackageVersion("xcache") >= "1.0.2",
5555
"xcache 1.0.2+ configs conflict with xrootd tests")
5656

57-
def test_01_start_xrootd(self):
57+
def test_01_configure_xrootd(self):
5858
core.config['xrootd.pid-file'] = '/var/run/xrootd/xrootd-default.pid'
5959
core.config['certs.xrootdcert'] = '/etc/grid-security/xrd/xrdcert.pem'
6060
core.config['certs.xrootdkey'] = '/etc/grid-security/xrd/xrdkey.pem'

0 commit comments

Comments
 (0)