Remove osprofiler tests

This commit removes running the single osprofiler test on this branch.
This interferes with running unit tests with the --failing flag. Since
we can't backport the stestr migration, which would fix this issue,
because of requirements this just removes that test command. The value
of the osprofiler tests is not as much as being able to use --failing.

Change-Id: I2aaa16867a31a34896c2b9faa44c06b84c2ff17d
This commit is contained in:
Matthew Treinish 2018-03-01 04:41:55 -05:00
parent 941613f7b2
commit 3299a9a99c
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 0 additions and 2 deletions

View File

@ -26,13 +26,11 @@ passenv = OS_DEBUG GENERATE_HASHES
[testenv:py27]
commands =
{[testenv]commands}
env TEST_OSPROFILER=1 ostestr --regex 'nova.tests.unit.test_profiler'
ostestr '{posargs}'
[testenv:py35]
commands =
{[testenv]commands}
env TEST_OSPROFILER=1 ostestr --regex 'nova.tests.unit.test_profiler'
bash tools/pretty_tox3.sh '{posargs}'
[testenv:pep8]