Comment 2 for bug 1290550

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

Reviewed: https://review.openstack.org/79448
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1dfd65f4cff1133cff45e103083fc3ae3130877b
Submitter: Jenkins
Branch: master

commit 1dfd65f4cff1133cff45e103083fc3ae3130877b
Author: Kevin Benton <email address hidden>
Date: Mon Mar 10 20:49:51 2014 +0000

    Stop mock patches by default in base test class

    Adds a mock.patch.stopall to the base unit test
    case cleanup routines to stop patches by default
    in unit tests. This behavior can be overwritten
    by setting an attribute on the test class if
    required.

    Also removes the explicit stops in the Cisco n1kv,
    VMware, and NEC unit tests to leverage the new
    automatic cleanup.

    Closes-Bug: #1290550
    Change-Id: Ic642430a765ea8deb07ebd88b619da58a58e0edd