Fix functional test case failing

After enabling functional test case in nova-dpm all
patch set are failing.

https://review.openstack.org/#/c/450700/

So in this patch we are enabling functional test in tox.ini

Change-Id: I76d265fe95a2e48ee65ee3ce1d2ef4db81ab46d0
Signed-off-by: Prabhat Ranjan <pranjank@in.ibm.com>
This commit is contained in:
Prabhat Ranjan 2017-04-04 18:14:32 +05:30
parent 2d1dd433f7
commit 8b2f9188fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8
envlist = py35,py27,functional,pep8
skipsdist = True
[testenv]