Comment 1 for bug 1006725

Revision history for this message
Prem Karat (prem-karat) wrote : Re: Incorrect error returned during Create Image and multi byte characters used for Image name

This bug doesn't make sense as this test case is invalid @ the first place.

We can always create a snapshot (image-create) with any string value. So this specific test case is invalid here. As long as mulitbye characters are included in a string it would create the images as shown below.

xxxxx@xxxxx:/opt/stack/tempest$ nova image-list
+--------------------------------------+---------------------------------+--------+--------------------------------------+
| ID | Name | Status | Server |
+--------------------------------------+---------------------------------+--------+--------------------------------------+
| 8163d097-d05b-44fc-9628-f33d0f22a6da | check-this-@-out\xef\xbb\xbf | ACTIVE | 21274a7e-df35-4698-87e9-4ee779a89098 |
| 3afd61b7-117b-4ca8-9cbb-19d7e02e22fc | test-@@@11122nova image-list | ACTIVE | 21274a7e-df35-4698-87e9-4ee779a89098 |

Submitting a patch to remove this test case from tempest.

--prem