Comment 57 for bug 1568414

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

Reviewed: https://review.openstack.org/378679
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=03e2f0449adf021774578cb3b457e284e831a509
Submitter: Jenkins
Branch: master

commit 03e2f0449adf021774578cb3b457e284e831a509
Author: Diana Clarke <email address hidden>
Date: Wed Sep 28 10:51:04 2016 -0400

    EventReporterStub

    A number of tests in test_compute_mgr.py patch the event reporter to
    prevent database poison warnings but otherwise don't assert on the event
    reporter behaviour. Replace those individual mocks with a fixture that
    stubs out the event reporter in the test setUp.

    Change-Id: I57233259065d887b38a79850a05177fcbbdfb8c3
    Related-Bug: #1568414