Skip to content
Snippets Groups Projects
Commit bb6a0803 authored by tpylak's avatar tpylak
Browse files

LMS-940 yeastx: resources to support manual tests

SVN: 11391
parent 1d47c404
No related branches found
No related tags found
No related merge requests found
Showing
with 72 additions and 0 deletions
#!/bin/bash
USER=`whoami`
RES=../../../datastore_server/targets
# ----- restore test database
DB=openbis_yeastx_test
FILE=yeastx-tests-openbis-database.sql
psql -U postgres -c "drop database $DB;"
psql -U postgres -c "create database $DB with owner $USER encoding = 'UNICODE';"
psql -U $USER -d $DB -f $FILE
# ----- clean target directory
rm -rf $RES/incoming
rm -rf $RES/store
rm -rf $RES/dropbox1
rm -rf $RES/dropbox2
mkdir -p $RES/incoming
mkdir -p $RES/store
mkdir -p $RES/dropbox1
mkdir -p $RES/dropbox2
content
\ No newline at end of file
content
\ No newline at end of file
content
\ No newline at end of file
# openbis-user@mailinator.pl
file_name sample group experiment project conversion datasetcomments
file1.mzXML glucose 1 IMSB_ZAMBONI eicML xxx1
file2.mzXML glucose 2 IMSB_ZAMBONI e2 bacteria eicML xxx2
file3.mzXML S32 IMSB_ZAMBONI eicML xxx3
\ No newline at end of file
file_name sample experiment project conversion comment
unknownFile x x x x
file.mzXML unknown x
file3.mzXML 3VCP3 xxx3
\ No newline at end of file
# openbis-user@mailinator.pl
file_name sample group experiment project conversion comment
file.mzXML x IMSB_ZAMBONI eicML x
file.mzXML x IMSB_ZAMBONI eicML x
file_name sample group experiment project conversion
content
\ No newline at end of file
content
\ No newline at end of file
content
\ No newline at end of file
# openbis-user@mailinator.pl
file_name sample group experiment project conversion comment
file1.mzXML any IMSB_ZAMBONI eicML xxx1
file2.mzXML any IMSB_ZAMBONI e2 bacteria eicML xxx2
# openbis-user@mailinator.pl
file_name sample group experiment project conversion
# openbis-user@mailinator.pl
file_name sample group experiment project conversion
file_name sample experiment project conversion comment
unknownFile x x x x
file.mzXML unknown x
file3.mzXML 3VCP3 xxx3
\ No newline at end of file
file_name sample experiment project conversion comment
unknownFile x x x x
file.mzXML unknown x
file3.mzXML 3VCP3 xxx3
\ No newline at end of file
file_name sample experiment project conversion comment
unknownFile x x x x
file.mzXML unknown x
file3.mzXML 3VCP3 xxx3
\ No newline at end of file
file_name sample experiment project conversion comment
unknownFile x x x x
file.mzXML unknown x
file3.mzXML 3VCP3 xxx3
\ No newline at end of file
file_name sample experiment project conversion comment
unknownFile x x x x
file.mzXML unknown x
file3.mzXML 3VCP3 xxx3
\ No newline at end of file
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