Skip to content
Snippets Groups Projects
Commit af2ffb3f authored by gakin's avatar gakin
Browse files

SSDM-4278: test_openbis_sync integration test complete start up of two AS...

SSDM-4278: test_openbis_sync integration test complete start up of two AS servers excluding the copying of data stores

SVN: 37185
parent 4a6d0f08
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class TestCase(systemtest.testcase.TestCase): ...@@ -27,7 +27,7 @@ class TestCase(systemtest.testcase.TestCase):
'''create harvester openbis (openbis2)''' '''create harvester openbis (openbis2)'''
self.installOpenbis(instanceName ='openbis2', technologies = ['screening', 'proteomics']) self.installOpenbis(instanceName ='openbis2', technologies = ['screening', 'proteomics'])
openbis2 = self.createOpenbisController('openbis2') openbis2 = self.createOpenbisController('openbis2', port = '8445')
openbis2.setDummyAuthentication() openbis2.setDummyAuthentication()
openbis2.setDataStoreServerUsername('etlserver2') openbis2.setDataStoreServerUsername('etlserver2')
openbis2.createTestDatabase('openbis') openbis2.createTestDatabase('openbis')
...@@ -44,8 +44,10 @@ class TestCase(systemtest.testcase.TestCase): ...@@ -44,8 +44,10 @@ class TestCase(systemtest.testcase.TestCase):
openbis1.setDataStoreServerUsername('etlserver1') openbis1.setDataStoreServerUsername('etlserver1')
openbis1.allUp() openbis1.allUp()
openbis2 = self.createOpenbisController(instanceName = 'openbis2', port = '8445', dropDatabases=False) openbis2_port = '8445'
openbis2 = self.createOpenbisController(instanceName = 'openbis2', port = openbis2_port, dropDatabases=False)
openbis2.setDataStoreServerPort('8446') openbis2.setDataStoreServerPort('8446')
openbis2.setOpenbisPortDataStoreServer(openbis2_port)
self.installHarvesterPlugin(openbis2) self.installHarvesterPlugin(openbis2)
openbis2.setDataStoreServerUsername('etlserver2') openbis2.setDataStoreServerUsername('etlserver2')
openbis2.allUp() openbis2.allUp()
......
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