]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2/vxlan/test: remove unnecessary self.addCleanup(cfg.CONF.reset)
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 20 Dec 2013 03:50:17 +0000 (12:50 +0900)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:27 +0000 (15:20 +0800)
commitaac2c319302b5d2b8ceb8dcedf29d4d204056af4
treefad1ee04ef14ab307066168b5aa83518e33006f2
parentf826ed84df8d1ddf8a77ca28554ce8b899b4d735
ML2/vxlan/test: remove unnecessary self.addCleanup(cfg.CONF.reset)

This patch is follow up of change set of
4808f91eb2c245344517fc89c37c6c4c88e9051b bug/1260262 review/61694.
The change set adds unnecessary self.addCleanup(cfg.CONF.reset) to
VxlanTypeMultiRangeTest as pointed out. This patch Remove the line.

Change-Id: Ia6ce4bc346cf6320ba556e80689dadb7d84e5ee8
neutron/tests/unit/ml2/test_type_vxlan.py