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

XXX: resilience test: reinstall software from scratch in each test

test will be much slower, but having two slaprunner compiling at the same time
in the same folder is not something supported.
parent d1c04760
......@@ -50,11 +50,6 @@ config-resiliency-backup-periodicity = */10 * * * *
config-resilient-clone-number = 1
config-ignore-known-hosts-file = false
config-cpu-usage-ratio = 1
# Use one external folder (same of erp5testnode for build the software
# This is a way to preserve the latest software release build speeding up
# the tests.)
config-software-root = ${buildout:directory}/../../soft
config-buildout-shared-folder = ${buildout:directory}/../../shared
config-no-ipv4-frontend = true
# Use same repository / branch for the software installed in slaprunner
......
......@@ -7,8 +7,6 @@ parts += template-erp5testnode
[template-resilient-test]
filename = instance-resilient-test.cfg.jinja2
md5sum = be4adbc196f07f5e39ca78401dfa53ec
# We have to use an extra level of indentation here because this is substituted
# during software buildout to generate instance buildout, but the
# slapos.recipe.template recipe doing the substitution does string replacements
......@@ -17,6 +15,7 @@ md5sum = be4adbc196f07f5e39ca78401dfa53ec
extra-context =
raw slapos_repository_url ${slapos.cookbook-repository:repository}
raw slapos_repository_branch ${slapos.cookbook-repository:branch}
md5sum = 2ddd181891cf28dff008b9d1cf1b4346
[exporter-default-configuration]
# Define shorter interaction to speed up tests
......
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