]> 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)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 21 Feb 2014 11:46:43 +0000 (20:46 +0900)
commitfbdf0c3e7ec9034f3cce154090c77e18ee43392d
tree4ea34e87cf15bbb549753dc4e6912d98285ca676
parentb0ae4e580876c1af053c98672d8e35ffc11d5405
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