cinder/cinder/tests
Dirk Mueller 64a9dd5c50 Use Python 3.x compatible except: construct
Per (proposed) H203 check, convert all uses of
the deprecated except x,y: construct to except
x as y:, which works with any Python version >= 2.6

Change-Id: I5528dc556f3ef8d356e01d59df04ba57f66c95b7
2013-06-14 23:26:00 +02:00
..
api Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00
backup swift backup service checks version during restore 2013-03-04 16:12:41 +00:00
brick Add thin provisioning support checks. 2013-05-17 16:10:37 -06:00
db Remove E12 errors from tox.ini Flake ignores. 2013-06-06 01:56:29 -06:00
glance Make glance image service check base exception classes 2012-08-22 16:27:56 -06:00
image Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
integrated Fix up the test framework 2013-06-14 14:02:17 +00:00
monkey_patch_example Make pep8 checks a bit stricter. 2012-11-26 16:57:15 -07:00
scheduler Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
var Support for SSL in wsgi.Server 2013-01-14 15:55:16 -05:00
windows Fix up the test framework 2013-06-14 14:02:17 +00:00
xenapi Add XenAPINFSDriver 2012-11-21 15:03:35 +00:00
__init__.py Fix up the test framework 2013-06-14 14:02:17 +00:00
declare_flags.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
fake_driver.py support a configurable volume wiping method 2013-01-15 16:26:59 +00:00
fake_flags.py Migrate to Oslo DB code 2013-05-29 10:59:42 +03:00
fake_utils.py Use openstack.common.log for logging. 2012-07-20 12:12:12 +00:00
policy.json Added policy check for backup operations 2013-06-12 10:34:19 -05:00
runtime_flags.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_HpSanISCSIDriver.py Fix a few bugs for LeftHand Grizzly 2013-03-08 08:57:43 -08:00
test_api.py Make pep8 checks a bit stricter. 2012-11-26 16:57:15 -07:00
test_backup.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_backup_swift.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_context.py Make pep8 checks a bit stricter. 2012-11-26 16:57:15 -07:00
test_coraid.py Fix config registration in cinder volume drivers. 2013-06-04 21:51:17 -06:00
test_db_api.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_drivers_compatibility.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_emc.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_exception.py Enable cinder exception format checking in tests. 2013-01-08 13:56:19 -05:00
test_flags.py Use oslo-config-2013.1b3 2013-02-19 16:48:02 -08:00
test_glusterfs.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_hds.py HDS Cinder Driver. Rev #1 2013-05-31 20:16:45 -07:00
test_hp3par.py Fixes 3PAR drivers terminate_connection issue. 2013-06-12 10:42:38 -07:00
test_huawei.py Change the type of "free_capacity_gb" to be float 2013-05-11 02:30:44 +00:00
test_image_utils.py NFS drivers don't honor vm size with volume from an image 2013-06-07 12:16:47 +02:00
test_iscsi.py Remove E12 errors from tox.ini Flake ignores. 2013-06-06 01:56:29 -06:00
test_migrations.conf Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
test_migrations.py Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00
test_misc.py Enable cinder exception format checking in tests. 2013-01-08 13:56:19 -05:00
test_netapp.py NetApp: Fix failing NetApp tests 2013-04-14 23:01:36 +05:30
test_netapp_nfs.py Fix up the test framework 2013-06-14 14:02:17 +00:00
test_nexenta.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_nfs.py Merge "NFS drivers don't honor vm size with volume from an image" 2013-06-11 05:04:29 +00:00
test_policy.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_quota.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_rbd.py Remove E12 errors from tox.ini Flake ignores. 2013-06-06 01:56:29 -06:00
test_scality.py Fix up the test framework 2013-06-14 14:02:17 +00:00
test_service.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_sheepdog.py Add get_volume_stats in the sheepdog driver. 2013-03-06 14:03:24 +08:00
test_solidfire.py solidfire: Add ability to override account prefix 2013-05-13 19:40:24 -04:00
test_storwize_svc.py Remove E12 errors from tox.ini Flake ignores. 2013-06-06 01:56:29 -06:00
test_test.py Use nose and openstack nose plugin. 2013-03-07 14:14:08 -05:00
test_test_utils.py Make pep8 checks a bit stricter. 2012-11-26 16:57:15 -07:00
test_utils.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_volume.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_volume_configuration.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_volume_glance_metadata.py Copy glance_image_metadata when cloning volumes. 2013-02-04 17:55:34 -07:00
test_volume_rpcapi.py Fix up the test framework 2013-06-14 14:02:17 +00:00
test_volume_transfer.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_volume_types.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_volume_types_extra_specs.py Convert volume_type id from int to uuid. 2012-12-04 11:50:49 -07:00
test_volume_utils.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_windows.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_wsgi.py Replace custom skip_ methods. 2013-05-24 00:29:54 -06:00
test_xenapi_sm.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_xiv.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00
test_zadara.py Make pep8 checks a bit stricter. 2012-11-26 16:57:15 -07:00
utils.py Replace FLAGS with cfg.CONF in tests 2013-06-10 18:33:08 +04:00