From: Thomas Goirand Date: Thu, 10 Sep 2015 11:49:19 +0000 (+0000) Subject: Do not run functiona tests when building. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=788cf240a852e9cb5c0a8b9767afb25d4616e482;p=openstack-build%2Fceilometer-build.git Do not run functiona tests when building. Rewritten-From: 646d12b344249227c8ce78a49543b4fa6cab5dba --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 924c6b1..fec8d8c 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -4,6 +4,7 @@ ceilometer (1:5.0.0~b3-1) experimental; urgency=medium * Fixed (build-)depends for this release. * Realign Ceilometer packaging with MOS. * Not using transition packages for sphinxcontrib stuff. + * Do not run functiona tests when building. -- Thomas Goirand Mon, 31 Aug 2015 20:55:14 +0200 diff --git a/trusty/debian/rules b/trusty/debian/rules index bfcd5b8..7f7a2e4 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -46,7 +46,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) testr init set -e ; \ TEMP_REZ=`mktemp -t` ; \ - bash -x ./setup-test-env-mongodb.sh testr run --subunit 'tests\.(?!(.*test_bin.*|.*gabbi\.test_gabbi_prefix.*))' | tee $$TEMP_REZ | subunit2pyunit ; \ + bash -x ./setup-test-env-mongodb.sh testr run --subunit 'tests\.(?!(.*test_bin.*|.*functional.*|.*gabbi\.test_gabbi_prefix.*))' | tee $$TEMP_REZ | subunit2pyunit ; \ cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \ rm -f $$TEMP_REZ ; testr slowest