]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace FLAGS with cfg.CONF in tests
authorSergey Vilgelm <svilgelm@mirantis.com>
Mon, 10 Jun 2013 08:28:44 +0000 (12:28 +0400)
committerSergey Vilgelm <svilgelm@mirantis.com>
Mon, 10 Jun 2013 14:33:08 +0000 (18:33 +0400)
commit3c6a0b9f8a6b0c3ce262afb166c63e7b0b3a4947
tree817577569cf87f9f40f7b29c02f28eb9b59e9023
parentaa7fde57a37ae8e03f137e7b525cc77109cc31c1
Replace FLAGS with cfg.CONF in tests

Replace all the FLAGS with cfg.CONF in cinder/tests
Large commit was split into several parts

Change-Id: I20a188c20f440e4ba3f5167bd65346ec9fb6e90b
Fixes: bug #1182037
41 files changed:
cinder/tests/__init__.py
cinder/tests/api/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/contrib/test_hosts.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/middleware/test_sizelimit.py
cinder/tests/api/test_extensions.py
cinder/tests/api/test_router.py
cinder/tests/api/v1/test_snapshots.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/test_snapshots.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/declare_flags.py
cinder/tests/image/fake.py
cinder/tests/image/test_glance.py
cinder/tests/integrated/test_extensions.py
cinder/tests/runtime_flags.py
cinder/tests/scheduler/test_host_manager.py
cinder/tests/scheduler/test_rpcapi.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_backup.py
cinder/tests/test_backup_swift.py
cinder/tests/test_db_api.py
cinder/tests/test_drivers_compatibility.py
cinder/tests/test_emc.py
cinder/tests/test_glusterfs.py
cinder/tests/test_nexenta.py
cinder/tests/test_policy.py
cinder/tests/test_quota.py
cinder/tests/test_service.py
cinder/tests/test_utils.py
cinder/tests/test_volume.py
cinder/tests/test_volume_configuration.py
cinder/tests/test_volume_rpcapi.py
cinder/tests/test_volume_transfer.py
cinder/tests/test_volume_types.py
cinder/tests/test_volume_utils.py
cinder/tests/test_windows.py
cinder/tests/test_xenapi_sm.py
cinder/tests/test_xiv.py
cinder/tests/utils.py
cinder/tests/windows/windowsutils.py