test_deactivate_reactivate_image fails with Unexpected http success status code
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| tempest |
Fix Released
|
Undecided
|
Ken'ichi Ohmichi | ||
Bug Description
1. Problem
Running test_deactivate
Traceback (most recent call last):
File "/home/
body = self.client.
File "/home/
self.
File "/home/
raise exceptions.
InvalidHttpSucc
Details: Unexpected http success status code 204, The expected status code is 200
2. Analysis
https:/
shows "Normal response codes: 200, 204, 206", so both 200 and 204 should be ok
3 Solution
Change expected code of show_image_file to [200, 204, 206]
| Changed in tempest: | |
| assignee: | zhufl (zhu-fanglei) → Ken'ichi Ohmichi (oomichi) |
Fix proposed to branch: master /review. openstack. org/553705
Review: https:/