Commit d8f86e05 authored by Jérome Perrin's avatar Jérome Perrin

software/theia/test: adjust ERP5 test for testing-short-embedded-instance-path

Missing part of 4bb65573 (software/theia: new
testing-short-embedded-instance-path parameter for tests, 2024-11-04)
parent 2e5c7422
Pipeline #38004 failed with stage
in 0 seconds
......@@ -135,7 +135,7 @@ class ERP5Mixin(object):
def _getERP5PartitionPath(self, instance_type, servicename, *paths):
partition = self._getERP5Partition(servicename)
return self.getPartitionPath(
instance_type, 'srv', 'runner', 'instance', partition, *paths)
instance_type, 'r', 'i', partition, *paths)
class TestTheiaResilienceERP5(ERP5Mixin, TestTheiaResilienceWithShortPaths):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment