Merge "ml2/type_gre: Adds missing clear_db to test_type_gre.py"
This commit is contained in:
commit
dd8311262a
@ -40,6 +40,7 @@ class GreTypeTest(base.BaseTestCase):
|
|||||||
self.driver.gre_id_ranges = TUNNEL_RANGES
|
self.driver.gre_id_ranges = TUNNEL_RANGES
|
||||||
self.driver._sync_gre_allocations()
|
self.driver._sync_gre_allocations()
|
||||||
self.session = db.get_session()
|
self.session = db.get_session()
|
||||||
|
self.addCleanup(db.clear_db)
|
||||||
|
|
||||||
def test_validate_provider_segment(self):
|
def test_validate_provider_segment(self):
|
||||||
segment = {api.NETWORK_TYPE: 'gre',
|
segment = {api.NETWORK_TYPE: 'gre',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user