From 6609b5d0c9fe0003ea54cd5118148c22d52699f5 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 27 Feb 2015 10:51:12 +0100 Subject: [PATCH] Do not run integration tests. Rewritten-From: fd4cfc5e9f9940e7d307fe9c55d98fbe5bcd8e57 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 67adcb44..09c472e5 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 | 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 -- 2.45.2