Comment 3 for bug 1460869

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

Reviewed: https://review.openstack.org/187425
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=a5b04650c8735551320176c5822d021d562412b5
Submitter: Jenkins
Branch: master

commit a5b04650c8735551320176c5822d021d562412b5
Author: ZhiQiang Fan <email address hidden>
Date: Tue Jun 2 10:05:18 2015 +0800

    adjust alarm post ut code to adapt to upstream wsme

    wsme has upgraded from 0.6.4 to 0.7.0, and now it supports convert
    int and str to boolean, which causes our unit test code failed.

    This change adjust the affected unit test code to adapt to such
    changes.

    Change-Id: Ic0d098e8e689e2421f261a72744abc3da576d8b2
    Closes-Bug: #1460869