Comment 4 for bug 1553926

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

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

commit bb6032fd1bdabf45035bdf36d3f8c08508088b96
Author: jizilian <email address hidden>
Date: Mon Mar 14 02:58:13 2016 -0400

    'ceilometer-polling' should fail with no valid pollsters

    The command 'ceilometer-polling --pollster-list' should fail with
    invalid pollsters.

    When executing the command 'ceilometer-polling --pollster-list' with
    a wrong pollster like aaa, it still executes and no error will
    be shown. It occupies the system resources and shows no errors.

    Remove the test case for
    "ceilometer-polling --polling-namespaces ipmi" in the upgrade.sh.
    In the test environment, the ipmi is not ready. It should fail.

    Change-Id: If1f9f9fdbba1832e66d89d6b61f749790df5c2b6
    Closes-Bug: #1553926