Example #1
0
 def delete_from_backup_storage(self):
     '''
     Not recommended to be directly called by test case. Test case needs to
     call ZstackVolumeSnapshot.delete_backuped_snapshot()
     '''
     vol_ops.delete_snapshot_from_backupstorage(self.get_snapshot().uuid)
     super(ZstackTestSnapshot, self).delete_from_backup_storage()
 def delete_from_backup_storage(self):
     '''
     Not recommended to be directly called by test case. Test case needs to
     call ZstackVolumeSnapshot.delete_backuped_snapshot()
     '''
     vol_ops.delete_snapshot_from_backupstorage(self.get_snapshot().uuid)
     super(ZstackTestSnapshot, self).delete_from_backup_storage()