コード例 #1
0
ファイル: test_clone.py プロジェクト: pombredanne/lunr
    def tearDown(self):
        try:
            # Remove any exports
            self.export.delete(self.volume2)
        except NotFound:
            pass

        shutil.rmtree(self.tempdir)
        IetTest.tearDown(self)
コード例 #2
0
ファイル: test_clone.py プロジェクト: rackerlabs/lunr
    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
ファイル: test_volume.py プロジェクト: pombredanne/lunr
 def tearDown(self):
     # Remove the temp dir where backups are created
     shutil.rmtree(self.tempdir)
     IetTest.tearDown(self)
コード例 #6
0
ファイル: test_backup.py プロジェクト: pombredanne/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)