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 df52c66 commit 616f4abCopy full SHA for 616f4ab
osgtest/tests/test_60_singularity.py
@@ -26,7 +26,7 @@ def test_01_singularity(self):
26
core.skip_ok_unless_installed('cvmfs')
27
singularity_repo = 'singularity.opensciencegrid.org'
28
if core.el_release() <= 6:
29
- mountSingularityCVMFSRepo(self, singularity_repo)
+ self.mountSingularityCVMFSRepo(singularity_repo)
30
core.state['cvmfs.mounted'] = False
31
32
command = ('ls', '/cvmfs')
0 commit comments