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