]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Do not run integration tests.
authorThomas Goirand <zigo@debian.org>
Fri, 27 Feb 2015 09:51:12 +0000 (10:51 +0100)
committerThomas Goirand <zigo@debian.org>
Fri, 27 Feb 2015 11:12:49 +0000 (12:12 +0100)
Rewritten-From: fd4cfc5e9f9940e7d307fe9c55d98fbe5bcd8e57

trusty/debian/rules

index 67adcb44d79dc9b7fc2fbb04e33f24ba27b5fae3..09c472e5f201f82da0e4cf5cf46e2782142f2747 100755 (executable)
@@ -15,7 +15,7 @@ override_dh_auto_test:
        testr init
        set -e && set -x && \
                TEMP_REZ=`mktemp -t` && \
-               PYTHONPATH=$(CURDIR) testr run --subunit | tee $$TEMP_REZ | subunit2pyunit || true ; \
+               PYTHONPATH=$(CURDIR) testr run --subunit '^(?!(heat_integrationtests|heat\.tests\.test_server\.ServersTest\.test_resolve_attribute_console_url))' | tee $$TEMP_REZ | subunit2pyunit || true ; \
                cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats || true ; \
                rm -f $$TEMP_REZ ;
        testr slowest