diff --git a/rtd_yeastx/sourceTest/bash/assert-correct-results.sh b/rtd_yeastx/sourceTest/bash/assert-correct-results.sh deleted file mode 100755 index f526b19e5103193e828168d8efe746e27d17c0cf..0000000000000000000000000000000000000000 --- a/rtd_yeastx/sourceTest/bash/assert-correct-results.sh +++ /dev/null @@ -1,10 +0,0 @@ -RES=../../../datastore_server/targets -TMP=./tmp - -rm -rf $TMP -mkdir -p $TMP -cp -R $RES/incoming $TMP -cp -R $RES/store $TMP -cp -R $RES/dropbox1 $TMP -cp -R $RES/dropbox2 $TMP -diff -r -x ".svn" expected-result $TMP \ No newline at end of file diff --git a/rtd_yeastx/sourceTest/bash/incoming.tgz b/rtd_yeastx/sourceTest/bash/incoming.tgz deleted file mode 100644 index d86313359e215cbf830d247203b5dba0313c9bd9..0000000000000000000000000000000000000000 Binary files a/rtd_yeastx/sourceTest/bash/incoming.tgz and /dev/null differ diff --git a/rtd_yeastx/sourceTest/bash/readme.txt b/rtd_yeastx/sourceTest/bash/readme.txt index 1334c816c1807dc69e60439a1e4a316f34e65109..142d8f7b9af0cda51f2a5dc572f378c21c16ecc0 100644 --- a/rtd_yeastx/sourceTest/bash/readme.txt +++ b/rtd_yeastx/sourceTest/bash/readme.txt @@ -5,11 +5,10 @@ Here is a list of the steps to perform the tests: -- restore the database from the 'yeastx-tests-openbis-database.sql' file -- clean some DSS directories -- compile the plugin and copy it to DSS dir -- prepare the content of the 'incoming' directory of your DSS by coping the content of 'incoming.tar.gz' archive +- prepare the content of the 'incoming' directory of your DSS by coping the content of 'incoming' folder (without .svn files) - configure openbis by setting 'database.kind' to 'yeastx_test' - change the dss configuration using the one from 'dss-config' directory - add dependency of datastore_server project to the file: - datastore_server/source/datastore_server-plugins.jar file + datastore_server/source/datastore_server-plugins.jar file - start openbis and DSS in your eclipse environment. Wait until DSS processes all datasets -- run the 'assert-correct-results.sh' script. - It checks that the content of the DSS incoming folder, store folder and dropboxes is equal to the expected one. +- assert that the outcome is correct manually \ No newline at end of file