summaryrefslogtreecommitdiffstats
path: root/nova/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/test.py b/nova/test.py
index 493754e83..5cf2abd53 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -94,6 +94,7 @@ class TrialTestCase(unittest.TestCase):
if FLAGS.fake_rabbit:
fakerabbit.reset_all()
+ db.security_group_destroy_all(None)
super(TrialTestCase, self).tearDown()