]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicated mock patch of ip_lib
authorKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 05:08:41 +0000 (22:08 -0700)
committerKevin Benton <kevinbenton@buttewifi.com>
Fri, 26 Jun 2015 20:17:46 +0000 (20:17 +0000)
commit78700ba70620f7b53b5ae71332cca853f5afa467
tree36cf00be56dcde696aebb9aa88769c0fb7591c64
parentab971d78cc7373026542f912174d73b46fde756b
Remove duplicated mock patch of ip_lib

The functional tests for agents were patching ip_lib in the
function to configure an agent, so any tests that relied on
multiple agents would patch ip_lib multiple times.

Partial-Bug: #1468998
Change-Id: Ibccf586dea870ec222369c0876f17f8eaf9a1aca
neutron/tests/functional/agent/test_l3_agent.py