Comment 3 for bug 1416596

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/151928
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=568f3562ae540a2eb5d6784d43f92786084d34f6
Submitter: Jenkins
Branch: master

commit 568f3562ae540a2eb5d6784d43f92786084d34f6
Author: Salvatore Orlando <email address hidden>
Date: Sat Jan 31 23:49:38 2015 -0800

    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