]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Only run tests in heat.tests
authorThomas Goirand <zigo@debian.org>
Thu, 16 Apr 2015 08:11:32 +0000 (10:11 +0200)
committerThomas Goirand <zigo@debian.org>
Thu, 16 Apr 2015 08:11:32 +0000 (10:11 +0200)
Rewritten-From: 1afa68c2a9da2c2b0afaf61865ba6d6b276d87eb

xenial/debian/rules

index 09c472e5f201f82da0e4cf5cf46e2782142f2747..e37deeea477f3249b7b01ac2eb37ff22f9389623 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 '^(?!(heat_integrationtests|heat\.tests\.test_server\.ServersTest\.test_resolve_attribute_console_url))' | tee $$TEMP_REZ | subunit2pyunit || true ; \
+               PYTHONPATH=$(CURDIR) testr run --subunit 'heat.tests.*' | tee $$TEMP_REZ | subunit2pyunit || true ; \
                cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats || true ; \
                rm -f $$TEMP_REZ ;
        testr slowest