Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
29b8ed32
Commit
29b8ed32
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1546 HCS distribution: fix port number
SVN: 16755
parent
a020abe6
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
integration-tests/common.bash
+2
-2
2 additions, 2 deletions
integration-tests/common.bash
integration-tests/test-screening.sh
+6
-4
6 additions, 4 deletions
integration-tests/test-screening.sh
screening/dist/etc/service.properties
+2
-2
2 additions, 2 deletions
screening/dist/etc/service.properties
with
10 additions
and
8 deletions
integration-tests/common.bash
+
2
−
2
View file @
29b8ed32
...
...
@@ -10,13 +10,13 @@ FALSE=0
TEMPLATE
=
templates
TARGETS
=
targets
WORK
=
$TARGETS
/playground
ERR_LOG
=
$WORK
/all_err_log.txt
INSTALL
=
$TARGETS
/install
LOCAL_PROJECTS
=
..
OPENBIS_SERVER
=
$WORK
/openBIS-server
ERR_LOG
=
$WORK
/all_err_log.txt
SSH_CRUISE_CONTROL_NAME
=
ci@cisd-vesuvio.ethz.ch
CRUISE_CONTROL_ARTIFACTS
=
cruisecontrol-bin/artifacts
...
...
This diff is collapsed.
Click to expand it.
integration-tests/test-screening.sh
+
6
−
4
View file @
29b8ed32
...
...
@@ -7,13 +7,16 @@
source
common.bash
WORK
=
$TARGETS
/playground-screening
ERR_LOG
=
$WORK
/all_err_log.txt
# --------------------
SVN_WEB_SRC_HCS
=
http://svncisd.ethz.ch/repos/cisd/screening/trunk
OPENBIS_DATABASE_HCS
=
openbis_screening_integration_tests
IMAGING_DB
=
imaging_integration_tests
WORK
=
$TARGETS
/playground-screening
DATA_TEMPLATE
=
$TEMPLATE
/data-screening.zip
OPENBIS_SERVER_HCS
=
$WORK
/openBIS-server-screening
DSS_DIR_NAME
=
datastore_server_screening
...
...
@@ -49,8 +52,6 @@ function install_and_run_openbis_server_screening {
local
openbis_server_dir
=
$OPENBIS_SERVER_HCS
local
openbis_server_name
=
`
basename
$openbis_server_dir
`
cat
$TEMPLATE
/
$openbis_server_name
/integration-tests-service.properties
>>
$openbis_server_dir
/jetty/etc/service.properties
restore_database
$OPENBIS_DATABASE_HCS
$TEMPLATE
/
$openbis_server_name
/test_database.sql
if
[
$install_openbis
==
"true"
]
;
then
rm
-fr
$openbis_server_dir
...
...
@@ -58,7 +59,8 @@ function install_and_run_openbis_server_screening {
unzip
-d
$openbis_server_dir
$INSTALL
/openBIS
*
.zip
mv
$openbis_server_dir
/openBIS-server/
*
$openbis_server_dir
rmdir
$openbis_server_dir
/openBIS-server
cat
$TEMPLATE
/
$openbis_server_name
/integration-tests-service.properties
>>
$openbis_server_dir
/service.properties
$openbis_server_dir
/install.sh
$PWD
/
$openbis_server_dir
startup_openbis_server
$openbis_server_dir
wait_for_server
...
...
This diff is collapsed.
Click to expand it.
screening/dist/etc/service.properties
+
2
−
2
View file @
29b8ed32
...
...
@@ -48,7 +48,7 @@ highwater-mark = -1
notify-successful-registration
=
false
# The URL of the openBIS server
server-url
=
${host-address}:
${port}
server-url
=
${host-address}:
8443
# The username to use when contacting the openBIS server
username
=
etlserver
...
...
@@ -57,7 +57,7 @@ username = etlserver
password
=
etlserver_password
# The base URL for Web client access to the data store server.
download-url
=
${host-address}:
8444
download-url
=
${host-address}:
${port}
# SMTP properties (must start with 'mail' to be considered).
# The current configuration saves the emails in the file system in the root directory
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment