Exemplo n.º 1
0
    def tearDown(self):
        try:
            # Remove any exports
            self.export.delete(self.volume2)
        except NotFound:
            pass

        shutil.rmtree(self.tempdir)
        IetTest.tearDown(self)
Exemplo n.º 2
0
    def tearDown(self):
        try:
            # Remove any exports
            self.export.delete(self.volume2)
        except NotFound:
            pass

        shutil.rmtree(self.tempdir)
        IetTest.tearDown(self)
Exemplo n.º 3
0
 def tearDown(self):
     backup_dir = self.conf.string('disk', 'path', None)
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)
Exemplo n.º 4
0
 def tearDown(self):
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)
Exemplo n.º 5
0
 def tearDown(self):
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)
Exemplo n.º 6
0
 def tearDown(self):
     backup_dir = self.conf.string('disk', 'path', None)
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)