Functional test Ubuntu source building

Change-Id: Ia3fa83645545bcd7d259fe7c973c849bd6cb1426
Implements: blueprint gate-source-builds
This commit is contained in:
Steven Dake 2015-08-28 00:01:16 -07:00
parent adeafc9b60
commit 55e6e1f8d2

View File

@ -62,6 +62,15 @@ commands =
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run test_build.BuildTestCentosSourceDocker
[testenv:images-ubuntu-source]
whitelist_externals = find
bash
sudo
commands =
find . -type f -name "*.pyc" -delete
bash -c "if [ ! -d .testrepository ]; then testr init; fi"
sudo -g docker testr run test_build.BuildTestUbuntuSourceTemplate
[testenv:images-centos-binary-docker]
whitelist_externals = find
bash