]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Clean up test_dvr_router_rem_fips_on_restarted_agent
authorAssaf Muller <amuller@redhat.com>
Tue, 11 Aug 2015 18:20:07 +0000 (14:20 -0400)
committerAssaf Muller <amuller@redhat.com>
Tue, 11 Aug 2015 18:23:08 +0000 (14:23 -0400)
commit780d571aed1b1278895e5b9e85b5209772d7ba16
tree15c8429020885d24281b384587af734f04ba53e9
parent504dfcc39f3af41f66651e24ac90e8d9379cb086
Clean up test_dvr_router_rem_fips_on_restarted_agent

* self._add_fip wasn't actually doing anything useful, it just
  throws off the reader by making him/her think that line is
  important when it isn't.
* Added an assertion that checks that the FIP namespace exists
  before the reconfiguration of the router.

Change-Id: Ifd27f20d9d8d11575212b95e3bbe534bfe2d3b8f
neutron/tests/functional/agent/test_l3_agent.py