Commit 24b2ea00 authored by Boxiang Sun's avatar Boxiang Sun

peertube: test debug

parent 0b8938a2
Pipeline #25167 passed with stage
in 0 seconds
......@@ -245,6 +245,15 @@ class TestTheiaResiliencePeertube(test_resiliency.TestTheiaResilience):
_connexion_parameters_regex = re.compile(r"{.*}", re.DOTALL)
_test_software_url = peertube_software_release_url
@classmethod
def setUpClass(cls):
super(TestTheiaResiliencePeertube, cls).setUpClass()
cls.computer_partition_root_path = cls.getPartitionPath('import')
cls._save_instance_file_pattern_list += (
'*/srv/postgresql/*',
'*/srv/backup/peertube_prod-dump.db',
)
def _getPeertubeConnexionParameters(self, instance_type='export'):
out = self.captureSlapos(
'request', 'test_instance', self._test_software_url,
......
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