Commit d13197c3 authored by Rafael Monnerat's avatar Rafael Monnerat

testing: start to test slapos.cookbook egg.

parent 90c5c8dd
...@@ -44,6 +44,10 @@ update-command = $${:command} ...@@ -44,6 +44,10 @@ update-command = $${:command}
<= download-source <= download-source
repository = ${slapos.package-repository:location} repository = ${slapos.package-repository:location}
[slapos.cookbook]
<= download-source
repository = ${slapos.cookbook-repository:location}
[slapos.recipe.template] [slapos.recipe.template]
<= download-source <= download-source
repository = ${slapos.recipe.template-repository:location} repository = ${slapos.recipe.template-repository:location}
...@@ -81,6 +85,7 @@ run-test-suite-binary = ${buildout:bin-directory}/runTestSuite ...@@ -81,6 +85,7 @@ run-test-suite-binary = ${buildout:bin-directory}/runTestSuite
# of tests should dynamically generated. # of tests should dynamically generated.
#python-list = $${} #python-list = $${}
test-list = test-list =
$${slapos.cookbook:location}
$${slapos.core:location} $${slapos.core:location}
$${slapos.package:location} $${slapos.package:location}
$${slapos.recipe.template:location} $${slapos.recipe.template:location}
......
...@@ -83,7 +83,7 @@ repository = http://git.erp5.org/repos/jio.git ...@@ -83,7 +83,7 @@ repository = http://git.erp5.org/repos/jio.git
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 9f2723cdc6d3e32e2c790a057463f3f5 md5sum = 94bfc33413cdfbb6e243002f6d9b6928
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 640 mode = 640
......
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