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

SE-133 minor: integration tests

SVN: 12720
parent 04277095
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ FALSE=0 ...@@ -9,7 +9,6 @@ FALSE=0
# all paths are relative to the template directory # all paths are relative to the template directory
TEMPLATE=templates TEMPLATE=templates
TARGETS=targets TARGETS=targets
TEST_DATA=testData
WORK=$TARGETS/playground WORK=$TARGETS/playground
INSTALL=$TARGETS/install INSTALL=$TARGETS/install
LOCAL_PROJECTS=.. LOCAL_PROJECTS=..
......
Author: Tomasz Pylak, 2007-09-26 Author: Tomasz Pylak, 2007-09-26
Directories Directories
----------------- -----------------
templates - configuration of each component templates - configuration of each component
install - stores freshly built installation versions (*.zip) install - stores freshly built installation versions (*.zip)
playground - temporary directory, here all tests take place 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 Launching
----------------- -----------------
Tests are run automatically in Continuous Integration process. Tests are run automatically in Continuous Integration process.
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
# ./test-3v.sh --etl --lims --local-source --reinstall-all # ./test-3v.sh --etl --lims --local-source --reinstall-all
TIME_TO_COMPLETE=60 # time (in seconds) needed by the whole pipeline to process everything TIME_TO_COMPLETE=60 # time (in seconds) needed by the whole pipeline to process everything
TEST_DATA=testData
# --- include external sources ------------------------ # --- include external sources ------------------------
......
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