From 82b7e46483cce260f27cb4615381c38044ab5175 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 28 Sep 2009 08:38:07 +0000 Subject: [PATCH] SE-133 minor: integration tests SVN: 12720 --- integration-tests/common.bash | 1 - integration-tests/readme.txt | 14 +++++++++++++- integration-tests/test-3v.sh | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/integration-tests/common.bash b/integration-tests/common.bash index bde6e7d8dab..3cd10faaa2e 100755 --- a/integration-tests/common.bash +++ b/integration-tests/common.bash @@ -9,7 +9,6 @@ FALSE=0 # all paths are relative to the template directory TEMPLATE=templates TARGETS=targets -TEST_DATA=testData WORK=$TARGETS/playground INSTALL=$TARGETS/install LOCAL_PROJECTS=.. diff --git a/integration-tests/readme.txt b/integration-tests/readme.txt index cabce2f40b5..7a424cff000 100644 --- a/integration-tests/readme.txt +++ b/integration-tests/readme.txt @@ -1,12 +1,24 @@ Author: Tomasz Pylak, 2007-09-26 - Directories ----------------- templates - configuration of each component install - stores freshly built installation versions (*.zip) playground - temporary directory, here all tests take place +Directories used by yeastx integration tests: +- templates/datastore_server_yeastx +- templates/data-yeastx +- openBIS-server + +Directories used by 3v screening integration tests: +- openBIS-server +- data +- testData +- datamover-* +- datastore_server1, datastore_server2 +- dummy-img-analyser + Launching ----------------- Tests are run automatically in Continuous Integration process. diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh index 29a77deff3a..75c6cb8708a 100755 --- a/integration-tests/test-3v.sh +++ b/integration-tests/test-3v.sh @@ -26,6 +26,7 @@ # ./test-3v.sh --etl --lims --local-source --reinstall-all TIME_TO_COMPLETE=60 # time (in seconds) needed by the whole pipeline to process everything +TEST_DATA=testData # --- include external sources ------------------------ -- GitLab