Comment 5 for bug 1757928

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-xenapi (master)

Reviewed: https://review.openstack.org/555145
Committed: https://git.openstack.org/cgit/openstack/os-xenapi/commit/?id=4e26270ea83d66c37ffeea75fc2064e27f41c0c2
Submitter: Zuul
Branch: master

commit 4e26270ea83d66c37ffeea75fc2064e27f41c0c2
Author: Jianghua Wang <email address hidden>
Date: Thu Mar 22 03:48:26 2018 +0000

    Fix random failures in test_glance

    We had some change in source code (glance.py) to make os-xenapi
    be compitable with both py2 and py3. But the modules in the UT
    have not been changed accordingly. So some mocks on module's
    method don't take effective.
    This commit is to fix the failures in test_glance.

    Change-Id: I42cbe4f5dc5cec5d28394b9502196ff9c9bb8761
    Closes-Bug: 1757928