]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't restore stopped mock that is initialized in setUp()
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 4 Dec 2014 10:31:24 +0000 (11:31 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 12 Dec 2014 15:35:49 +0000 (16:35 +0100)
commitd21fa9bfc845221f5b62e4221008c20ade7cbf88
treed73394bd592dfc1e45d3a9a2803780910ecd2107
parent21da71fe74ef3799744d5f27d54057c6868741a3
Don't restore stopped mock that is initialized in setUp()

Since this mock will be reinitialized for consequent test cases when
calling setUp(), it's not needed to restart it in the case.

Change-Id: Ib120bf09d24dccc0b09fae906dae05c69efe734a
neutron/tests/unit/test_l3_agent.py