Commit 8c029b89 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: updates command-line to run tests since entry-point has been renamed

parent 8f45ebf4
......@@ -107,7 +107,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/instance-resilient-test.cfg.jinja2
download-only = true
md5sum = c31de887459dfb45fe1213f2837cadcb
md5sum = 3bb414f0ee385ef380ca40eddd9091c3
filename = instance-resilient-test.cfg.jinja2
mode = 0644
......
......@@ -42,7 +42,7 @@ mode = 755
# Used to manually run the resilient test if we don't have a running testnode.
recipe = slapos.cookbook:wrapper
test-suite-title = slaprunner
command-line = {{ bin_directory }}/runStandaloneResiliencyTestSuite --test-suite-title=${:test-suite-title} ${deploy-scalability-test:test-parameters}
command-line = {{ bin_directory }}/runStandaloneResiliencyTest --test-suite-title=${:test-suite-title} ${deploy-scalability-test:test-parameters}
wrapper-path = ${directory:bin}/runStandaloneResiliencyTestSuite
[request-resilient-instance]
......
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