cc803b10f6
Before this change mox and cfg.CONF wasn't cleaned up correctly if skipTest is called, because when skipTest is used teardown is not called. Now we use the oslo fixtures to setup oslo.config and mox to ensure the cleanup is done between each tests. Fixes bug #1211239 Change-Id: I5075c99106742859f0705b765f8ed4aa9be494d7
23 lines
354 B
Plaintext
23 lines
354 B
Plaintext
[DEFAULT]
|
|
module=config
|
|
module=context
|
|
module=db
|
|
module=db/sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=fixture
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=policy
|
|
module=rpc
|
|
module=service
|
|
module=threadgroup
|
|
module=timeutils
|
|
base=ceilometer
|