Commit fbe7ee1c authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner/test: improve a bit test SRs

no need to extend stack/slapos.cfg anymore (command recipe is used),
and set md5sum
parent 2bed73f7
...@@ -3,9 +3,6 @@ parts = ...@@ -3,9 +3,6 @@ parts =
eggs eggs
instance instance
extends =
../../../../stack/slapos.cfg
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -16,7 +13,7 @@ recipe = slapos.recipe.template ...@@ -16,7 +13,7 @@ recipe = slapos.recipe.template
filename = instance.cfg filename = instance.cfg
url = ${:_profile_base_location_}/${:filename} url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/${:filename} output = ${buildout:directory}/${:filename}
#md5sum = 869d5362b3daaa04db81129ce4f77c30 md5sum = 4f1a8976944ac5a48b96705fc8874c31
[versions] [versions]
slapos.recipe.template = 4.3 slapos.recipe.template = 4.3
...@@ -3,9 +3,6 @@ parts = ...@@ -3,9 +3,6 @@ parts =
eggs eggs
instance instance
extends =
../../../../stack/slapos.cfg
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -16,7 +13,7 @@ recipe = slapos.recipe.template ...@@ -16,7 +13,7 @@ recipe = slapos.recipe.template
filename = instance.cfg filename = instance.cfg
url = ${:_profile_base_location_}/${:filename} url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/${:filename} output = ${buildout:directory}/${:filename}
#md5sum = 869d5362b3daaa04db81129ce4f77c30 md5sum = 069716c5679c3fae6c96a80275382db7
[versions] [versions]
slapos.recipe.template = 4.3 slapos.recipe.template = 4.3
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