Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele Carpene
Irods Resource Plugin S3
Commits
575a06c4
Commit
575a06c4
authored
Mar 25, 2016
by
Earle F. Philhower, III
Committed by
Antoine de Torcy
May 23, 2016
Browse files
Fix typo in bucketname->s3bucketname merge
parent
fe6c7bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
packaging/test_irods_resource_plugin_s3.py
View file @
575a06c4
...
...
@@ -26,7 +26,7 @@ class Test_Compound_with_S3_Resource(ResourceSuite, ChunkyDevTest, unittest.Test
admin_session
.
assert_icommand
(
"iadmin modresc demoResc name origResc"
,
'STDOUT_SINGLELINE'
,
'rename'
,
stdin_string
=
'yes
\n
'
)
admin_session
.
assert_icommand
(
"iadmin mkresc demoResc compound"
,
'STDOUT_SINGLELINE'
,
'compound'
)
admin_session
.
assert_icommand
(
"iadmin mkresc cacheResc 'unixfilesystem' "
+
hostname
+
":/var/lib/irods/cacheRescVault"
,
'STDOUT_SINGLELINE'
,
'cacheResc'
)
admin_session
.
assert_icommand
(
'iadmin mkresc archiveResc s3 '
+
hostname
+
':/'
+
bucketname
+
'/irods/Vault "'
+
s3params
+
'"'
,
'STDOUT_SINGLELINE'
,
'archiveResc'
)
admin_session
.
assert_icommand
(
'iadmin mkresc archiveResc s3 '
+
hostname
+
':/'
+
s3
bucketname
+
'/irods/Vault "'
+
s3params
+
'"'
,
'STDOUT_SINGLELINE'
,
'archiveResc'
)
admin_session
.
assert_icommand
(
"iadmin addchildtoresc demoResc cacheResc cache"
)
admin_session
.
assert_icommand
(
"iadmin addchildtoresc demoResc archiveResc archive"
)
super
(
Test_Compound_with_S3_Resource
,
self
).
setUp
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment