Merge "ml2/type_gre: Adds missing clear_db to test_type_gre.py"

This commit is contained in:
Jenkins 2013-12-18 20:27:46 +00:00 committed by Gerrit Code Review
commit 72717545f4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class GreTypeTest(base.BaseTestCase):
self.driver.gre_id_ranges = TUNNEL_RANGES
self.driver._sync_gre_allocations()
self.session = db.get_session()
self.addCleanup(db.clear_db)
def test_validate_provider_segment(self):
segment = {api.NETWORK_TYPE: 'gre',