~hudson-openstack/nova/bexar

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/test_images.py

  • Committer: Tarmac
  • Author(s): John Dewey
  • Date: 2011-01-27 17:19:10 UTC
  • mfrom: (611.1.4 lp705131)
  • Revision ID: tarmac-20110127171910-svnyxx6c0rpk6oav
Make unit tests clean up their mess in /tmp after themselves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
    def tearDown(self):
145
145
        self.service.delete_all()
 
146
        self.service.delete_imagedir()
146
147
        self.stubs.UnsetAll()
147
148
 
148
149