Add debian build test case

Weve had some regressions recently with the changes in the debian
element. Lets tests that we can build debian images.

Change-Id: I048e7a32ecb4088ec1b1e3b1efdf146187b093db
This commit is contained in:
Gregory Haynes 2015-05-07 21:43:18 +00:00 committed by greghaynes
parent 917962d26c
commit 9a6cf7ee6f
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
Test that we can successfully build a debian image.

View File

@ -0,0 +1 @@
base

View File

@ -4,5 +4,5 @@ set -eux
set -o pipefail
sudo apt-get update || true
sudo apt-get install -y qemu-utils kpartx || \
sudo yum -y install qemu-img kpartx
sudo apt-get install -y qemu-utils kpartx debootstrap || \
sudo yum -y install qemu-img kpartx debootstrap