File: raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (8 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
upgrade:
  - |
    Tempest checks a volume delete by waiting for NotFound(404) on
    show_volume(). Sometime a volume delete fails and the volume status
    becomes error_deleting which means the delete is failed.
    So Tempest doesn't need to wait anymore. A new release of Tempest
    raises an exception DeleteErrorException instead of waiting.