moved tests to testenv

This commit is contained in:
Devaev Maxim
2019-04-14 23:15:06 +03:00
parent 92260645c5
commit bc0deaee5f
21 changed files with 8 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ tox: _testenv
time docker run --rm \
--volume `pwd`:/src:ro \
--volume `pwd`/testenv:/src/testenv:rw \
--volume `pwd`/testenv/tests:/src/testenv/tests:ro \
--volume `pwd`/extras:/usr/share/kvmd/extras:ro \
--volume `pwd`/configs:/usr/share/kvmd/configs.default:ro \
-it $(TESTENV_IMAGE) bash -c " \