Comment 2 for bug 1449604

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

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

commit c3b58d7dd2298d343cf88df22e0a60de060393fc
Author: gordon chung <email address hidden>
Date: Tue Apr 28 11:45:29 2015 -0400

    stop mocking os.path in test_setup_events_default_config

    test_setup_events_default_config unnecessarily mocks os.path.exists.
    this seems to be causing failures when running tox -edebug --
    test_setup_events_default_config (and occasionally in gate). it's
    dangerous to mock os.path because other libs might depend on it so
    let's stop mocking it.

    Change-Id: Ibe9027874f597348c5da6c92899cf8740eb678c2
    Closes-Bug: #1449604