Commit 948f5f54 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! slaprunner: test support of multiple software release

parent 591e5b14
...@@ -323,14 +323,14 @@ class TestCustomFrontend(SlaprunnerTestCase): ...@@ -323,14 +323,14 @@ class TestCustomFrontend(SlaprunnerTestCase):
'https://www.erp5.com') 'https://www.erp5.com')
class TestSlapProxyIntegration(SlaprunnerTestCase): class TestSlapProxyIntegration(SlaprunnerTestCase):
instance_max_retry = 5 _save_instance_file_pattern_list = SlaprunnerTestCase._save_instance_file_pattern_list + ('*/srv/runner/*.json', '*/srv/runner/*.log')
_save_instance_file_pattern_list = SlaprunnerTestCase._save_instance_file_pattern_list + ('*/srv/runner/*.json',)
@classmethod @classmethod
def getInstanceParameterDict(cls): def getInstanceParameterDict(cls):
return { return {
'autorun': True, 'autorun': True,
'auto-deploy': True, 'auto-deploy': True,
'auto-deploy-instance': True,
'slapos-repository': 'https://lab.nexedi.com/nexedi/slapos.git', 'slapos-repository': 'https://lab.nexedi.com/nexedi/slapos.git',
'slapos-reference': 'runner-multi-sr', 'slapos-reference': 'runner-multi-sr',
} }
......
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