9b4d588833
This commit adds fixture to openstack-common.conf to sync fixtures from oslo. This patch also updates the location from which LockFixture is used. It was originally in tempest.openstack.common.lockutils but it was moved to the fixture module. Change-Id: Icffa613b92e059926b5394e9881ae0d8fe7fa910
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=install_venv_common
|
|
module=lockutils
|
|
module=log
|
|
module=importlib
|
|
module=fixture
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=tempest
|