Codebase list neutron-fwaas-dashboard / 54ca51d
Do not run integration tests. Thomas Goirand 4 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 [ Thomas Goirand ]
66 * New upstream release.
77 * Fixed (build-)depends for this release.
8 * Do not run integration tests.
89
910 -- Thomas Goirand <zigo@debian.org> Thu, 23 Apr 2020 11:04:50 +0200
1011
4444 NOSE_OPENSTACK_RED=0.05 \
4545 NOSE_OPENSTACK_YELLOW=0.025 \
4646 NOSE_OPENSTACK_SHOW_ELAPSED=1 \
47 python$$i $(CURDIR)/manage.py test neutron_fwaas_dashboard.test -v 2 --settings=neutron_fwaas_dashboard.test.settings ; \
47 python$$i $(CURDIR)/manage.py test neutron_fwaas_dashboard.test -v 2 --settings=neutron_fwaas_dashboard.test.settings --exclude-tag integration ; \
4848 done
4949 ## Delete __pycache__
5050 find . -name __pycache__ -prune -exec rm -rf {} +;