Commit 74441adf authored by Boxiang Sun's avatar Boxiang Sun

theia: Peertube test fixup

parent 4d3e708f
...@@ -360,6 +360,6 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience): ...@@ -360,6 +360,6 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience):
return found.pop() return found.pop()
def _getPeertubePartitionPath(self, instance_type, servicename, *paths): def _getPeertubePartitionPath(self, instance_type, servicename, *paths):
partition = self._getERP5Partition(servicename) partition = self._getPeertubePartition(servicename)
return self.getPartitionPath( return self.getPartitionPath(
instance_type, 'srv', 'runner', 'instance', partition, *paths) instance_type, 'srv', 'runner', 'instance', partition, *paths)
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