File: fix-show-image-file-expected-code-92d97342d0f6d60e.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 (6 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
fixes:
  - |
    Fix show_image_file interface in v2 ImagesClient: Bug#1756264.
    The expected success code of show_image_file is changed from
    ``200`` to ``[200, 204, 206]``.