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 6bfe928 commit 0e84a10Copy full SHA for 0e84a10
osgtest/tests/test_840_xrootd.py
@@ -7,7 +7,8 @@ class TestStopXrootd(osgunittest.OSGTestCase):
7
8
def test_01_stop_xrootd(self):
9
if core.state['xrootd.backups-exist']:
10
- files.restore(core.config['xrootd.config'], "xrootd")
+ if core.PackageVersion('xrootd') < '4.9.0':
11
+ files.restore(core.config['xrootd.config'], "xrootd")
12
files.restore('/etc/xrootd/auth_file', "xrootd")
13
if not core.rpm_is_installed('xrootd-lcmaps'):
14
files.restore('/etc/grid-security/xrd/xrdmapfile', "xrootd")
0 commit comments