Commit 2c5bb4a5 authored by Łukasz Nowak's avatar Łukasz Nowak

testsuite/deploy-test: Refer dynamic-template-playbook-test

Thanks to referring it, the checksum can be managed by buildout.hash.cfg
parent cb5c5b83
......@@ -16,6 +16,10 @@
filename = deploy-script-controller
md5sum = 8288e59eb442c662544daffbf446a033
[dynamic-template-deploy-test]
filename = instance-deploy-test.cfg.jinja2
md5sum = 2acfeff0ec42c28253dfba831ccc5276
[template-deploy-test]
filename = instance.cfg.in
md5sum = c5db797980951b764b69aaa4b60a0380
md5sum = 22947ea73755a820524f69a7f45bc887
......@@ -41,7 +41,7 @@ deploy-test = dynamic-template-deploy-test:rendered
[dynamic-template-deploy-test]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance-deploy-test.cfg.jinja2
template = ${dynamic-template-deploy-test:target}
rendered = $${buildout:directory}/template-deploy-test.cfg
context =
key develop_eggs_directory buildout:develop-eggs-directory
......
......@@ -65,6 +65,10 @@ tries = 80
filename = standalone-local-playbook
location = ${:_profile_base_location_}/${:filename}
[dynamic-template-deploy-test]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:filename}
[template-deploy-test]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
......
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