From ebb281190ac1a337d82540935ed8f9d44d116c5a Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Mon, 17 Jul 2023 18:54:46 +0200 Subject: [PATCH] SSDM-13735: change openbis config for pybis tests --- .../src/python/tests/systemtest/test.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/api-openbis-python3-pybis/src/python/tests/systemtest/test.py b/api-openbis-python3-pybis/src/python/tests/systemtest/test.py index 4a9cb995812..4b2a5f67aa8 100644 --- a/api-openbis-python3-pybis/src/python/tests/systemtest/test.py +++ b/api-openbis-python3-pybis/src/python/tests/systemtest/test.py @@ -23,7 +23,7 @@ class TestCase(testcase.TestCase): def execute(self): - self.installOpenbis() + self.installOpenbis(technologies=['eln-lims', 'flow']) # self.installPybis() self.openbisController = self.createOpenbisController() # self.openbisController.createTestDatabase("openbis") @@ -32,6 +32,4 @@ class TestCase(testcase.TestCase): os.system('pytest --junitxml=test_results_pybis.xml $WORKSPACE/api-openbis-python3-pybis/src/python/tests') - - -TestCase(settings, __file__).runTest() \ No newline at end of file +TestCase(settings, __file__).runTest() -- GitLab