From: Thomas Goirand Date: Fri, 27 Feb 2015 09:51:12 +0000 (+0100) Subject: Do not run integration tests. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ab1830deb54666de7445d3ce0d90dd6a8c6d83c8;p=openstack-build%2Fheat-build.git Do not run integration tests. Rewritten-From: fd4cfc5e9f9940e7d307fe9c55d98fbe5bcd8e57 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 67adcb44..09c472e5 100755 --- a/trusty/debian/rules +++ b/trusty/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 | 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