]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Restore and fix vmware unit tests
authorSalvatore Orlando <salv.orlando@gmail.com>
Sun, 1 Feb 2015 07:49:38 +0000 (23:49 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 5 Feb 2015 18:10:34 +0000 (10:10 -0800)
commit568f3562ae540a2eb5d6784d43f92786084d34f6
tree1b9bdd1a9e16ef12774dfe8608d43318a23f0ddb
parent38f2704a8554d1a7d0107a207ce12f0bf628c2b1
Restore and fix vmware unit tests

This patch actually restores vmware unit tests, by adding back
the __init__.py file which was renamed during the advanced
service spinoff and not reinstated when fixing vmware code to
comply with the spinoff.

Furthermore, this patch also fixes a minor issue with context
usage in vmware unit tests which is triggering failures because
of the new database constraint introduced with the commit
79c97120de9cff4d0992b5d41ff4bbf05e890f89

Finally, flake8 tests on vmware directories are also restored
with this patch.

Change-Id: Ib63463fca28bbb4a1eb60b8f5f4b63b3d3367c9e
Closes-Bug: #1416593
Closes-Bug: #1416596
neutron/tests/unit/vmware/__init__.py [new file with mode: 0644]
neutron/tests/unit/vmware/apiclient/fake.py
neutron/tests/unit/vmware/db/test_lsn_db.py
neutron/tests/unit/vmware/test_nsx_plugin.py
tox.ini