Skip to content
Snippets Groups Projects
Commit 963ddf0d authored by kaloyane's avatar kaloyane
Browse files

minor: add datamover installation test-archiving (fits framework assertions)

SVN: 20431
parent eb8bc995
No related branches found
No related tags found
No related merge requests found
...@@ -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 ot purpose # * the data in the archive is damaged on 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment