Comment 1 for bug 1414903

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

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

commit 4b37a36fbff3ad7a93b4afb9038f793548a6ef04
Author: Edwin Zhai <email address hidden>
Date: Tue Jan 27 14:20:36 2015 +0800

    Fix IPMI unit test to cover different platforms

    As execution engine is singleton, test for the 2nd platform still use
    the 1st platform's engine and its initialization doesn't run at all.
    Reset engine init flag after test for each platform to fix it.

    Change-Id: I73b69892b8ee429ed649741419554076379c093c
    Closes-Bug: #1414903