]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Simplify L3 HA unit test structure
authorAssaf Muller <amuller@redhat.com>
Mon, 1 Dec 2014 09:33:36 +0000 (11:33 +0200)
committerAssaf Muller <amuller@redhat.com>
Mon, 1 Dec 2014 09:33:36 +0000 (11:33 +0200)
commitc32741a1ea347feedc08cacdc3c502ce1fdb1af1
treef97f8ce72858ab9c59e7fa383c2b212e848e401f
parent4bdee18097a1362dba212ba8e13a50ec2ceab8c5
Simplify L3 HA unit test structure

Previously we had two fake test plugins: With and without agents.
I removed the one without agents and merged two test cases.
This allows test writers to add additional tests more easily
without mocking things that should not be mocked.

Change-Id: I6f899f86034145ac88b5c2e0f3036f7477f9702f
neutron/tests/unit/db/test_l3_ha_db.py