]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Cleanup veth-pairs in default netns for functional tests
authorAndreas Scheuring <andreas.scheuring@de.ibm.com>
Fri, 4 Dec 2015 07:35:28 +0000 (08:35 +0100)
committerAndreas Scheuring <andreas.scheuring@de.ibm.com>
Fri, 4 Dec 2015 07:35:28 +0000 (08:35 +0100)
commit6ec16458fe430368e2479cf312bbe8a5a448e502
tree1a69fad7d2e03fa0257e780c6888dd5923438114
parent205e8e4af9bd5b8ab10ead349ddce15c199be50b
Cleanup veth-pairs in default netns for functional tests

Today, veth-pairs created by the VethFixture of the net_helpers class
are not cleanup on teardown. This is solved by this patch.

Change-Id: I0a969e31e6694d74a9af6ada4e4e707c6332ffeb
Closes-Bug: #1522710
neutron/tests/common/net_helpers.py