Commit b9c9dd57 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos-testing: Include run tests for slapos.toolbox

parent a590b03e
...@@ -56,6 +56,10 @@ repository = ${slapos.recipe.build-repository:location} ...@@ -56,6 +56,10 @@ repository = ${slapos.recipe.build-repository:location}
<= download-source <= download-source
repository = ${slapos.recipe.cmmi-repository:location} repository = ${slapos.recipe.cmmi-repository:location}
[slapos.toolbox]
<= download-source
repository = ${slapos.toolbox-repository:location}
[erp5-util] [erp5-util]
<= download-source <= download-source
repository = ${erp5-util-repository:location} repository = ${erp5-util-repository:location}
...@@ -78,6 +82,7 @@ test-list = ...@@ -78,6 +82,7 @@ test-list =
$${slapos.recipe.template:location} $${slapos.recipe.template:location}
$${slapos.recipe.build:location} $${slapos.recipe.build:location}
$${slapos.recipe.cmmi:location} $${slapos.recipe.cmmi:location}
$${slapos.toolbox:location}
$${erp5-util:location} $${erp5-util:location}
prepend-path = ${git:location}/bin:${libxslt:location}/bin:${python2.7:location}/bin prepend-path = ${git:location}/bin:${libxslt:location}/bin:${python2.7:location}/bin
environment = environment environment = environment
......
...@@ -17,6 +17,7 @@ parts = ...@@ -17,6 +17,7 @@ parts =
slapos.recipe.template-repository slapos.recipe.template-repository
slapos.recipe.build-repository slapos.recipe.build-repository
slapos.recipe.cmmi-repository slapos.recipe.cmmi-repository
slapos.toolbox-repository
erp5-util-repository erp5-util-repository
eggs eggs
phantomjs phantomjs
...@@ -33,6 +34,7 @@ eggs = ...@@ -33,6 +34,7 @@ eggs =
plone.recipe.command plone.recipe.command
slapos.recipe.template slapos.recipe.template
slapos.recipe.cmmi slapos.recipe.cmmi
slapos.toolbox
entry-points = entry-points =
runTestSuite=erp5.util.testsuite:runTestSuite runTestSuite=erp5.util.testsuite:runTestSuite
scripts = scripts =
...@@ -64,6 +66,11 @@ repository = https://lab.nexedi.com/nexedi/slapos.recipe.build.git ...@@ -64,6 +66,11 @@ repository = https://lab.nexedi.com/nexedi/slapos.recipe.build.git
<= git-clone-repository <= git-clone-repository
repository = https://lab.nexedi.com/nexedi/slapos.recipe.cmmi.git repository = https://lab.nexedi.com/nexedi/slapos.recipe.cmmi.git
[slapos.toolbox-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/nexedi/slapos.toolbox.git
[erp5-util-repository] [erp5-util-repository]
<= git-clone-repository <= git-clone-repository
repository = https://lab.nexedi.com/nexedi/erp5.git repository = https://lab.nexedi.com/nexedi/erp5.git
...@@ -71,7 +78,7 @@ repository = https://lab.nexedi.com/nexedi/erp5.git ...@@ -71,7 +78,7 @@ repository = https://lab.nexedi.com/nexedi/erp5.git
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 19b76f8a9f12be111e3a6600b337c21b md5sum = 42bd2c696f747adf866847255a6b9ecf
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