Skip to content
Snippets Groups Projects
Commit 358e236a authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13735: Fixing test config for pybis

parent 924b2189
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -24,9 +24,10 @@ class TestCase(testcase.TestCase):
def execute(self):
self.installOpenbis(technologies=['eln-lims', 'eln-lims-life-sciences', 'flow'])
# pybis should be installed from the job configuration level
# pybis should be installed on the jenkins job configuration level
self.openbisController = self.createOpenbisController()
self.openbisController.allUp()
# run tests
os.system('pytest --junitxml=test_results_pybis.xml api-openbis-python3-pybis/src/python/tests')
......
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