Example #1
0
 def tearDown(self):
     self.reset_notifications()
     policy.reset()
     storage.teardown_schema()
     cfg.CONF.reset()
     self.mox.UnsetStubs()
     super(TestCase, self).tearDown()
Example #2
0
 def tearDown(self):
     self.reset_notifications()
     policy.reset()
     storage.teardown_schema()
     cfg.CONF.reset()
     self.mox.UnsetStubs()
     super(TestCase, self).tearDown()
Example #3
0
 def tearDown(self):
     self.reset_notifications()
     policy.reset()
     storage.teardown_schema()
     super(TestCase, self).tearDown()