Comment 4 for bug 1258041

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

Reviewed: https://review.openstack.org/60165
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0aff41a0214c8f751f01712a3423405b21bd7ce7
Submitter: Jenkins
Branch: master

commit 0aff41a0214c8f751f01712a3423405b21bd7ce7
Author: chenxiao <email address hidden>
Date: Thu Dec 5 15:31:40 2013 +0800

    Change unit test for availability_zones.reset_cache

    Test_rest_availability_zone_reset_cache can not make sense
    because the result of az._get_cache().get('cache') before
    executing az.reset_cache() and after az.reset_cache() are
    same.

    This Patch will provide a reasonable test for it.

    Change-Id: I7a27998bdf70f39077a5d79fc460974fc5806c3e
    Closes-bug: #1258041