Comment 21 for bug 1006725

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tempest (master)

Reviewed: https://review.openstack.org/122354
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=7a78cc8ecdade776bdb18f61b3fda8d9c4ae8c26
Submitter: Jenkins
Branch: master

commit 7a78cc8ecdade776bdb18f61b3fda8d9c4ae8c26
Author: Chris Yeoh <email address hidden>
Date: Thu Sep 18 17:51:30 2014 +0930

    Fixes image create utf-8 multibyte test

    Fixes test_create_image_specify_multibyte_character_image_name
    so that it actually sends a UTF-8 multibyte character rather
    than unicode. Also changes it to a 3 byte multibyte character
    rather than a 4 byte multibyte character because glance currently
    doesn't handle 4 byte utf-8 and will 500.

    Change-Id: I064b563024a090899a4adcbbd462a18c5450830c
    Related-Bug: 1006725