From 9d9a1e3000b72a5ab2de0366d5068af89e252cd8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 16 Dec 2016 12:30:10 -0500 Subject: [PATCH] Start func testing on centos-minimal again Because we run this image in openstack-infra, we want to increase our test coverage to help avoid potential breaks to our CI systems. Change-Id: I26405e3f7465654075278ec35b5e0da1338bb45e Signed-off-by: Paul Belanger --- tests/run_functests.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/run_functests.sh b/tests/run_functests.sh index 36896e3cb..14bd39654 100755 --- a/tests/run_functests.sh +++ b/tests/run_functests.sh @@ -7,6 +7,10 @@ BASE_DIR=$(cd $(dirname "$0")/.. && pwd) export DIB_ELEMENTS=$BASE_DIR/elements export DIB_CMD=$BASE_DIR/bin/disk-image-create +# Setup sane locale defaults, because this information is leaked into DIB. +export LANG=en_US.utf8 +export LC_ALL= + # # Default skip tests # @@ -23,8 +27,6 @@ DEFAULT_SKIP_TESTS=( # good to have the test case around - but because of changes # in testing does not work always. debian-minimal/testing-build-succeeds - # Currently failing due to bug in locale generation - centos-minimal/build-succeeds # No longer reasonable to test upstream (lacks a mirror in infra) centos/build-succeeds )