Skip to content
Snippets Groups Projects
Commit f9864ca4 authored by felmer's avatar felmer
Browse files

SSDM-10304: integration test_openbis_sync_big: no alias

parent b9842949
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ data-source-auth-pass = admin
#after switching on master data synchronization
harvester-user = system
harvester-pass = admin
translate-using-data-source-alias = true
translate-using-data-source-alias = false
email-addresses = openbis@id.ethz.ch
max-threads = 1
......
......@@ -32,12 +32,12 @@ def sslwrap(func):
ssl.wrap_socket = sslwrap(ssl.wrap_socket)
ALL_TECHNOLOGIES = ['screening', 'illumina-ngs', 'microscopy', 'flow']
ALL_TECHNOLOGIES = ['eln-lims', 'illumina-ngs', 'microscopy', 'flow']
DATA_SOURCE_AS_PORT = '9000'
DATA_SOURCE_DSS_PORT = '9001'
HARVESTER_AS_PORT = '9002'
HARVESTER_DSS_PORT = '9003'
TYPE_PREFIX = 'DS1_'
TYPE_PREFIX = ''
class TestCase(systemtest.testcase.TestCase):
......
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