diff --git a/integration-tests/run.sh b/integration-tests/run.sh index 1077a276a08e1deadac41c5eab55151febf712d0..6dbb056ee37d9f40ba0f0d9a407945668bc2db01 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -350,7 +350,7 @@ function launch_tests { function assert_correct_results { local res=$WORK/client-result.txt call_in_dir check-results.sh $LIMS_CLIENT/ > $res - assert_pattern_present $res 3 ".*NEMO.*EXP1.*IMAGE ANALYSIS.*3VCP[[:digit:]].*microX.*3VCP[[:digit:]]" + assert_pattern_present $res 3 ".*NEMO.*EXP1.*IMAGE_ANALYSIS_DATA.*3VCP[[:digit:]].*microX.*3VCP[[:digit:]]" assert_pattern_present $res 3 ".*NEMO.*EXP1.*IMAGE\/.*3VCP[[:digit:]].*microX.*3VCP[[:digit:]]" assert_dir_empty $DATA/in-raw @@ -358,7 +358,7 @@ function assert_correct_results { assert_dir_empty $DATA/in-analys assert_dir_empty $DATA/out-analys assert_dir_empty $DATA/analys-copy - imgAnalys="$DATA/store-analys/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE ANALYSIS/Barcode_3VCP1/1" + imgAnalys="$DATA/store-analys/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE_ANALYSIS_DATA/Barcode_3VCP1/1" assert_dir_exists "$imgAnalys" rawData="$DATA/store-raw/3V/Project_NEMO/Experiment_EXP1/ObservableType_IMAGE/Barcode_3VCP1/1" assert_dir_exists "$rawData" diff --git a/integration-tests/templates/lims-client/.lims-default b/integration-tests/templates/openBIS-client/.openBIS-default similarity index 100% rename from integration-tests/templates/lims-client/.lims-default rename to integration-tests/templates/openBIS-client/.openBIS-default diff --git a/integration-tests/templates/lims-client/check-results.sh b/integration-tests/templates/openBIS-client/check-results.sh similarity index 86% rename from integration-tests/templates/lims-client/check-results.sh rename to integration-tests/templates/openBIS-client/check-results.sh index f987f84c2af6211572d93f6f6169ee26f3fae174..d660a6ff6288043f2c3228339bb3d141802f1277 100755 --- a/integration-tests/templates/lims-client/check-results.sh +++ b/integration-tests/templates/openBIS-client/check-results.sh @@ -1,4 +1,4 @@ -CL=./lims.sh +CL=./bis.sh $CL login -o 3V -u test -p unimportant $CL get-experiment-info NEMO EXP1 $CL logout \ No newline at end of file diff --git a/integration-tests/templates/lims-client/commands.txt b/integration-tests/templates/openBIS-client/commands.txt similarity index 100% rename from integration-tests/templates/lims-client/commands.txt rename to integration-tests/templates/openBIS-client/commands.txt diff --git a/integration-tests/templates/lims-client/load-lims-data.sh b/integration-tests/templates/openBIS-client/load-lims-data.sh similarity index 93% rename from integration-tests/templates/lims-client/load-lims-data.sh rename to integration-tests/templates/openBIS-client/load-lims-data.sh index 4a9010ce88e44fcf61adad87a2a424054c054cf2..c7f727384801a329de11fca5f86768c0bd39792f 100755 --- a/integration-tests/templates/lims-client/load-lims-data.sh +++ b/integration-tests/templates/openBIS-client/load-lims-data.sh @@ -1,4 +1,4 @@ -CL=./lims.sh +CL=./bis.sh CMDS_FILE=commands.txt PASSWORD=unimportant diff --git a/integration-tests/templates/lims-client/testdata/MP001-1.txt b/integration-tests/templates/openBIS-client/testdata/MP001-1.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/MP001-1.txt rename to integration-tests/templates/openBIS-client/testdata/MP001-1.txt diff --git a/integration-tests/templates/lims-client/testdata/MP002-1.txt b/integration-tests/templates/openBIS-client/testdata/MP002-1.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/MP002-1.txt rename to integration-tests/templates/openBIS-client/testdata/MP002-1.txt diff --git a/integration-tests/templates/lims-client/testdata/exampleCellPlates.txt b/integration-tests/templates/openBIS-client/testdata/exampleCellPlates.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/exampleCellPlates.txt rename to integration-tests/templates/openBIS-client/testdata/exampleCellPlates.txt diff --git a/integration-tests/templates/lims-client/testdata/exampleDilutionPlates.txt b/integration-tests/templates/openBIS-client/testdata/exampleDilutionPlates.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/exampleDilutionPlates.txt rename to integration-tests/templates/openBIS-client/testdata/exampleDilutionPlates.txt diff --git a/integration-tests/templates/lims-client/testdata/register-experiments/CL-3V.txt b/integration-tests/templates/openBIS-client/testdata/register-experiments/CL-3V.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/register-experiments/CL-3V.txt rename to integration-tests/templates/openBIS-client/testdata/register-experiments/CL-3V.txt diff --git a/integration-tests/templates/lims-client/testdata/register-experiments/cellPlates.txt b/integration-tests/templates/openBIS-client/testdata/register-experiments/cellPlates.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/register-experiments/cellPlates.txt rename to integration-tests/templates/openBIS-client/testdata/register-experiments/cellPlates.txt diff --git a/integration-tests/templates/lims-client/testdata/register-experiments/example3VExperiments.txt b/integration-tests/templates/openBIS-client/testdata/register-experiments/example3VExperiments.txt similarity index 100% rename from integration-tests/templates/lims-client/testdata/register-experiments/example3VExperiments.txt rename to integration-tests/templates/openBIS-client/testdata/register-experiments/example3VExperiments.txt diff --git a/integration-tests/templates/lims-server/roles.conf b/integration-tests/templates/openBIS-server/roles.conf similarity index 100% rename from integration-tests/templates/lims-server/roles.conf rename to integration-tests/templates/openBIS-server/roles.conf diff --git a/integration-tests/templates/lims-server/service.properties b/integration-tests/templates/openBIS-server/service.properties similarity index 100% rename from integration-tests/templates/lims-server/service.properties rename to integration-tests/templates/openBIS-server/service.properties