Fix debug tests for fuel-ccp repo

According words in documentation for oslo tests:
"If the project name, and the module that precedes the tests directory do
not match, then consider passing a -t argument to oslo_debug_helper to
indicate the directory where tests are located."

This patch explicitly specify directory with tests, because project name
and name of directly have difference ('-' instead fo '_').

Change-Id: I853cad40171e205dccdd7314d3b277f073407ab5
This commit is contained in:
Sergey Kraynev 2017-01-30 06:58:30 +00:00
parent dabf1e88d9
commit 4eeba550fc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ commands = python setup.py test --coverage --coverage-package-name='fuel_ccp' --
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t fuel_ccp/tests {posargs}
[testenv:multi-deploy]
passenv = APT_CACHE_SERVER