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

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

        shutil.rmtree(self.tempdir)
        IetTest.tearDown(self)
示例#3
0
文件: test_backup.py 项目: audip/lunr
 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)
示例#4
0
 def tearDown(self):
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)
示例#5
0
 def tearDown(self):
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)
示例#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)