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
(cherry picked from commit c3b58d7dd2298d343cf88df22e0a60de060393fc)
Reviewed: https:/ /review. openstack. org/181874 /git.openstack. org/cgit/ openstack/ ceilometer/ commit/ ?id=e7c2286229b 47a215e758c56fc 7a431ae9b198f4
Committed: https:/
Submitter: Jenkins
Branch: stable/kilo
commit e7c2286229b47a2 15e758c56fc7a43 1ae9b198f4
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. setup_events_ default_ config (and occasionally in gate). it's
this seems to be causing failures when running tox -edebug --
test_
dangerous to mock os.path because other libs might depend on it so
let's stop mocking it.
Change-Id: Ibe9027874f5973 48c5da6c92899cf 8740eb678c2 43cf88df22e0a60 de060393fc)
Closes-Bug: #1449604
(cherry picked from commit c3b58d7dd2298d3