Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
963ddf0d
Commit
963ddf0d
authored
14 years ago
by
kaloyane
Browse files
Options
Downloads
Patches
Plain Diff
minor: add datamover installation test-archiving (fits framework assertions)
SVN: 20431
parent
eb8bc995
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/test-archiving.sh
+8
-3
8 additions, 3 deletions
integration-tests/test-archiving.sh
with
8 additions
and
3 deletions
integration-tests/test-archiving.sh
+
8
−
3
View file @
963ddf0d
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# * one data set is registered via a python dropbox
# * one data set is registered via a python dropbox
# * a backup copy of the data set is expected to appear in the archive
# * a backup copy of the data set is expected to appear in the archive
# - STEP 2
# - STEP 2
# * the data in the archive is damaged o
t
purpose
# * the data in the archive is damaged o
n
purpose
# * archiving + delete from store is triggered
# * archiving + delete from store is triggered
# * we expect the archiving process to "repair" the broken archive copy before deleting
# * we expect the archiving process to "repair" the broken archive copy before deleting
# the data set from the data store
# the data set from the data store
...
@@ -256,12 +256,17 @@ else
...
@@ -256,12 +256,17 @@ else
'-e'
|
'--dss'
)
'-e'
|
'--dss'
)
install_dss
=
true
install_dss
=
true
;;
;;
'-d'
|
'--dmv'
)
install_dmv
=
true
;;
'-o'
|
'--openbis'
)
'-o'
|
'--openbis'
)
install_openbis
=
true
install_openbis
=
true
;;
;;
'-a'
|
'--all'
)
'-a'
|
'--all'
)
install_dss
=
true
install_dss
=
true
install_openbis
=
true
install_dmv
=
true
install_openbis
=
true
;;
;;
'--local-source'
)
'--local-source'
)
use_local_source
=
true
use_local_source
=
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment