FWaaS: Enable coverage testing

After the advanced services split, the coverage tests were not working.
This re-enables the coverage tests.

Change-Id: I61f74e749f50313d58f5a91bd499532f6cc0ccd0
Partially-Implements: blueprint services-split
This commit is contained in:
Paul Michali 2015-02-09 14:14:38 -05:00
parent f3dc386d5c
commit 2e19b019b9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = neutron
omit = neutron/tests/*,neutron/plugins/cisco/test/*,neutron/openstack/*
source = neutron_fwaas
# omit = neutron_fwaas/tests/*
[report]
ignore-errors = True

View File

@ -56,7 +56,7 @@ commands = python ./tools/check_i18n.py ./neutron_fwaas ./tools/i18n_cfg.py
[testenv:cover]
commands =
lockutils-wrapper python setup.py testr --coverage --testr-args='{posargs}'
python setup.py testr --coverage --coverage-package-name=neutron_fwaas --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}