~reldan/nova/l-m-n-fix-network-info

« back to all changes in this revision

Viewing changes to nova/tests/objectstore_unittest.py

  • Committer: Tarmac
  • Author(s): Vishvananda Ishaya
  • Date: 2011-02-25 01:04:25 UTC
  • mfrom: (706.6.9 tests-clean-db)
  • Revision ID: tarmac-20110225010425-prsbcqirc62kfyem
Make tests start with a clean database for every test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
        self.auth_manager.delete_user('admin')
312
312
        self.auth_manager.delete_project('admin')
313
313
        stop_listening = defer.maybeDeferred(self.listening_port.stopListening)
 
314
        super(S3APITestCase, self).tearDown()
314
315
        return defer.DeferredList([stop_listening])