File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 8
8
class TestGFAL2Util (osgunittest .OSGTestCase ):
9
9
10
10
__data_path = '/usr/share/osg-test/test_gridftp_data.txt'
11
- __port = '10443'
12
- __sfn = 'srm/v2/server'
13
11
__hostname = socket .getfqdn ()
14
12
15
13
16
14
def setUp (self ):
17
15
self .skip_ok_unless (core .state ['proxy.created' ] or core .state ['voms.got-proxy' ])
18
16
core .skip_ok_unless_installed ('gfal2-util' , 'gfal2-plugin-file' )
19
17
20
- def get_srm_url_base (self ):
21
- return 'srm://%s:%s/%s?SFN=' % (TestGFAL2Util .__hostname , TestGFAL2Util .__port , TestGFAL2Util .__sfn )
22
-
23
18
def get_gftp_url_base (self ):
24
19
return 'gsiftp://%s/' % (TestGFAL2Util .__hostname )
25
-
20
+
26
21
def setup_temp_paths (self ):
27
22
TestGFAL2Util .__temp_dir = tempfile .mkdtemp ()
28
23
TestGFAL2Util .__remote_path = TestGFAL2Util .__temp_dir + '/gfal2util_put_copied_file.txt'
You can’t perform that action at this time.
0 commit comments