Skip to content

Commit e3db603

Browse files
author
efajardo
committed
Leaving the cvmfs test like they were
1 parent 243bd07 commit e3db603

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

osgtest/tests/test_18_cvmfs.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,7 @@ def test_02_start_cvmfs(self):
7272
if core.state['cvmfs.version'] < ('2', '1'):
7373
command = ('service', 'cvmfs', 'restartautofs')
7474
else:
75-
if core.el_release() >= 7:
76-
command = ('service', 'autofs', 'restart')
77-
else:
78-
command = ('bash','-x', '/etc/init.d/autofs', 'restart')
79-
#command = ('service', 'autofs', 'restart')
75+
command = ('service', 'autofs', 'restart')
8076
stdout, stderr, fail = core.check_system(command, 'Start cvmfs server')
8177
self.assert_(stdout.find('FAILED') == -1, fail)
8278
core.state['cvmfs.started-server'] = True

0 commit comments

Comments
 (0)