fix tox py27 job

- The current py27 tox env only runs the
  unit tests for core os-vif lib.
- This change removes --test-path="os_vif/tests"
  to renable the unit tests for all  in tree plugins.

Change-Id: Ife09b596d7bb009e623c8b9edbd424b8fc6f2556
This commit is contained in:
Sean Mooney 2018-05-11 16:42:59 +00:00
parent dc17cd1fab
commit 1edfcd9782
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ commands = {posargs}
[testenv:py27]
commands =
stestr run --black-regex ".tests.functional" --test-path="os_vif/tests" '{posargs}'
stestr run --black-regex ".tests.functional" '{posargs}'
[testenv:py35]
commands =