Do not run functiona tests when building.
authorThomas Goirand <thomas@goirand.fr>
Thu, 10 Sep 2015 11:49:19 +0000 (11:49 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 10 Sep 2015 11:49:19 +0000 (11:49 +0000)
Rewritten-From: 646d12b344249227c8ce78a49543b4fa6cab5dba

trusty/debian/changelog
trusty/debian/rules

index 924c6b18f0dbd4487c65f0bbc10cd5b729ce371e..fec8d8cdd67902104853b4d78f8eb46c5fe5f574 100644 (file)
@@ -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 <zigo@debian.org>  Mon, 31 Aug 2015 20:55:14 +0200
 
index bfcd5b88ea53dbff29f9a1b5dd6679a308682a8d..7f7a2e41e68e7e1ee0934da349d1a98df4064b65 100755 (executable)
@@ -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