]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BSN: Remove module-level ref to httplib method
authorKevin Benton <blak111@gmail.com>
Tue, 8 Apr 2014 05:30:09 +0000 (22:30 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 8 Apr 2014 05:37:46 +0000 (22:37 -0700)
commit77a58ecd0a65b688d9645a3c11a6dfb87e180449
tree1e9c09914571523f122a292daca878b537b59832
parente593006e533280e17e3c1801c001e4fdd7d598d7
BSN: Remove module-level ref to httplib method

Removes a module-level variable that was just a
pointer to the httplib.HTTPConnection class. It's
purpose was to give mock.patch a target that wouldn't
affect other code using the httplib.HTTPConnection
library. However, it is unnecessary now that the
root cause of the original patches not being stopped
by mock.patch.stopall was fixed in bug 1303605 (change
Ia5b374c5f8d3a7905d915de4f1f8d4f3a6f0e58d).

Closes-Bug: #1304558
Change-Id: Idf814b075a80245bb9751466c2b58d719a1b81f3
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_base.py
neutron/tests/unit/bigswitch/test_capabilities.py
neutron/tests/unit/bigswitch/test_restproxy_plugin.py
neutron/tests/unit/bigswitch/test_router_db.py
neutron/tests/unit/bigswitch/test_servermanager.py