Comment 3 for bug 1536470

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

Reviewed: https://review.openstack.org/271129
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b6b685ab9855951cbc123cd44110244ca2ff7d20
Submitter: Jenkins
Branch: master

commit b6b685ab9855951cbc123cd44110244ca2ff7d20
Author: sanjana <email address hidden>
Date: Thu Jan 21 15:45:57 2016 +0530

    Fixing test cases

    The tests in ceilometer_tests.py for fetching the meter list,
    alarm list, sample list, statistic list and the resource list
    are incomplete.It verifies the API call, but the API could fail
    completely and an empty list would still pass the assertion.
    This patch fixes it.

    Change-Id: I532992a9a7ad150c83e7f18721d885721070b029
    Closes-bug:#1536470