From: Thomas Goirand Date: Thu, 16 Apr 2015 08:11:32 +0000 (+0200) Subject: Only run tests in heat.tests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6c09df6b8c12c238e7374b8d184babd3fe49bb37;p=openstack-build%2Fheat-build.git Only run tests in heat.tests Rewritten-From: 1afa68c2a9da2c2b0afaf61865ba6d6b276d87eb --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 09c472e5..e37deeea 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -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