Commit 921468e1 authored by Ivan Tyagov's avatar Ivan Tyagov

dd Beremiz' testing.

parent 2f5cac00
[instance.cfg] [instance.cfg]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 0e49345c3b7b7988adf2aaa7c666a415 md5sum =e746933f19f15b9b50370fd52626fd21
[test_test.py] [test_test.py]
filename = test_test.py filename = test_test.py
......
...@@ -73,6 +73,7 @@ python_for_test = ${python_for_test:executable} ...@@ -73,6 +73,7 @@ python_for_test = ${python_for_test:executable}
tests = tests =
$${test_test.py:output} $${test_test.py:output}
$${test_kvm.py:output} $${test_kvm.py:output}
$${test_beremiz.py:output}
context = context =
key tests :tests key tests :tests
key python_for_test :python_for_test key python_for_test :python_for_test
......
...@@ -27,6 +27,10 @@ recipe = slapos.recipe.build:download ...@@ -27,6 +27,10 @@ recipe = slapos.recipe.build:download
output = ${buildout:directory}/${:filename} output = ${buildout:directory}/${:filename}
url = ${:_profile_base_location_}/${:filename} url = ${:_profile_base_location_}/${:filename}
[test_beremiz.py]
recipe = slapos.recipe.build:download
output = ${buildout:directory}/${:filename}
url = ${:_profile_base_location_}/${:filename}
[python_for_test] [python_for_test]
<= python-interpreter <= python-interpreter
......
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