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

dd Beremiz' testing.

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