From 55e6e1f8d2c2ca5ae98f7c84fa0bf8afddbcd4f0 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 28 Aug 2015 00:01:16 -0700 Subject: [PATCH] Functional test Ubuntu source building Change-Id: Ia3fa83645545bcd7d259fe7c973c849bd6cb1426 Implements: blueprint gate-source-builds --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tox.ini b/tox.ini index 46e1e6b9ad..b06657b266 100644 --- a/tox.ini +++ b/tox.ini @@ -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