]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ml2/type_gre: Adds missing clear_db to test_type_gre.py
authorIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 17 Dec 2013 03:00:22 +0000 (12:00 +0900)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 17 Dec 2013 03:10:36 +0000 (12:10 +0900)
commite5939c32100ad42bfcf97f7373dfc06bc171e90e
tree63c2239c57322248ec3ca43bfc70ff3c5f1fb23b
parentc1dd18955302953b2f9da972ce99fce80125e8a6
ml2/type_gre: Adds missing clear_db to test_type_gre.py

GreTypeTest.setUp() in test_type_gre.py should have
self.addCleanup(db.clear_db). This patch adds it.

Change-Id: I1f2ac5d2cae47812591fc5b50099053a4ad9ba85
Closes-Bug: #1261593
neutron/tests/unit/ml2/test_type_gre.py