cinder/cinder/tests
Jenkins 03884b3d64 Merge "Add ProphetStor DPL Storage server volume driver for Cinder" 2014-08-12 19:15:29 +00:00
..
api Merge "Use oslo.i18n" 2014-08-09 15:04:13 +00:00
backup Convert ceph backup unit tests from mox to mock 2014-01-28 19:19:11 +00:00
brick Merge "Use oslo.i18n" 2014-08-09 15:04:13 +00:00
compute Enable flake8 F841 checking 2014-04-01 11:38:35 +04:00
db Replace tearDown with addCleanup - Part 4 2014-04-15 17:46:08 +04:00
glance Remove vim header 2013-12-30 18:53:02 -06:00
image General cleanup of unused objects 2014-08-07 12:14:50 -07:00
integrated Use oslo.i18n 2014-08-08 17:26:41 -05:00
keymgr Merge "Enable checks for E711, E712 and E713" 2014-08-09 01:07:45 +00:00
monkey_patch_example Remove vim header 2013-12-30 18:53:02 -06:00
scheduler Add affinity/anti-affinity filters 2014-07-15 17:56:39 +08:00
var Support for SSL in wsgi.Server 2013-01-14 15:55:16 -05:00
volume NetApp cmode iscsi: Fix QOS extra spec 2014-03-26 22:07:52 -04:00
windows Remove Hyper-V dependency in the Windows Cinder Volume Driver 2014-07-25 20:14:25 +03:00
xenapi Add XenAPINFSDriver 2012-11-21 15:03:35 +00:00
zonemanager Use oslo.i18n 2014-08-08 17:26:41 -05:00
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
cast_as_call.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
conf_fixture.py Sync the latest common db code from oslo 2014-06-20 10:46:12 +03:00
declare_conf.py Remove vim header 2013-12-30 18:53:02 -06:00
fake_driver.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
fake_hp_3par_client.py Add CHAP support for 3PAR ISCSI 2014-08-08 11:46:35 -07:00
fake_hp_client_exceptions.py HP 3PAR retype implementation 2014-07-25 12:05:31 -07:00
fake_hp_lefthand_client.py eliminate the need for hplefthandclient in tests 2014-05-12 15:09:17 -07:00
fake_notifier.py Serialize the notification payload 2014-03-25 10:37:32 +01:00
fake_utils.py debug level logs should not be translated 2014-06-18 09:03:02 -06:00
policy.json Merge "Remove check_{attach,detach} from volumes API" 2014-06-18 16:04:11 +00:00
runtime_conf.py Remove vim header 2013-12-30 18:53:02 -06:00
test_api.py Use six.StringIO instead of StringIO.StringIO 2014-02-25 17:07:29 +08:00
test_api_urlmap.py Add tests for cinder/api/urlmap.py 2013-07-11 11:30:00 +04:00
test_backup.py Merge "Replace tearDown with addCleanup - Part 4" 2014-04-25 08:20:19 +00:00
test_backup_ceph.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_backup_driver_base.py Replace tearDown with addCleanup - Part 4 2014-04-15 17:46:08 +04:00
test_backup_swift.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_backup_tsm.py Replace tearDown with addCleanup - Part 4 2014-04-15 17:46:08 +04:00
test_block_device.py Fix host option isn't set when using multiple backend 2014-07-02 10:28:29 +00:00
test_conf.py Remove vim header 2013-12-30 18:53:02 -06:00
test_context.py Remove cinder.context warning logging 2014-07-07 10:53:43 +01:00
test_coraid.py Use immutable default values for args 2014-07-16 09:42:08 +03:00
test_create_volume_flow.py Replace tearDown with addCleanup - Part 3 2014-07-03 15:49:56 +04:00
test_db_api.py Adding filter options to backup list 2014-06-20 15:49:28 -03:00
test_drivers_compatibility.py Merge "Replace tearDown with addCleanup - Part 4" 2014-04-25 08:20:19 +00:00
test_emc_smis.py Replace tearDown with addCleanup - Part 3 2014-07-03 15:49:56 +04:00
test_emc_vnxdirect.py EMC: Fix minor issue in VNX driver and unit tests 2014-08-08 19:00:13 +08:00
test_eqlx.py Fixes EqualLogic volume live migration. 2014-07-10 09:28:22 -05:00
test_exception.py CinderException args to strings when exceptions 2014-04-29 12:36:57 +01:00
test_glusterfs.py Enable H104, F841 hacking rule and fix violations 2014-08-11 12:21:36 +08:00
test_gpfs.py Enable hacking rule E111,E112,E113 2014-06-27 18:44:41 +08:00
test_hacking.py Add hacking check for use of LOG.audit 2014-08-09 10:22:03 -05:00
test_hds.py Replace tearDown with addCleanup - Part 3 2014-07-03 15:49:56 +04:00
test_hds_iscsi.py Enable checks for E711, E712 and E713 2014-08-01 14:34:47 +02:00
test_hds_nfs.py Implements HDS-Cinder HNAS Drivers 2014-06-12 12:29:33 -03:00
test_hp3par.py Add CHAP support for 3PAR ISCSI 2014-08-08 11:46:35 -07:00
test_hp_msa.py Replace assertEqual(None, *) with assertIsNone in tests 2014-02-25 15:32:11 +04:00
test_hplefthand.py Fixing LeftHand live migration error 2014-08-07 14:12:11 -07:00
test_huawei_hvs.py Merge "Replace tearDown with addCleanup - Part 2" 2014-05-02 13:23:44 +00:00
test_huawei_t_dorado.py Move SSHPool into ssh_utils.py 2014-07-30 08:48:03 -04:00
test_ibm_xiv_ds8k.py Enable H104, F841 hacking rule and fix violations 2014-08-11 12:21:36 +08:00
test_ibmnas.py Replace tearDown with addCleanup - Part 5 2014-04-15 13:51:14 +00:00
test_image_utils.py Enable E121,E122,E123,E126,E128 hacking rules 2014-07-03 19:58:44 +08:00
test_iscsi.py Merge "Configure write cache option of tgtd iscsi driver" 2014-07-22 02:04:23 +00:00
test_migrations.conf Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
test_migrations.py Enable H104, F841 hacking rule and fix violations 2014-08-11 12:21:36 +08:00
test_misc.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_netapp.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_netapp_eseries_iscsi.py NetApp fix attach fail for already mapped volume 2014-05-19 08:28:25 +05:30
test_netapp_nfs.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_netapp_ssc.py Fix bad indentation in tests 2014-04-21 14:53:16 -04:00
test_nexenta.py Use oslo-incubator module units 2014-06-22 00:09:40 +08:00
test_nfs.py Use oslo-incubator module units 2014-06-22 00:09:40 +08:00
test_nimble.py Add cinder volume driver support for Nimble Storage. 2014-06-27 17:47:48 -07:00
test_policy.py Fixed some typos in the cinder codebase 2014-07-10 12:59:56 +05:30
test_prophetstor_dpl.py Add ProphetStor DPL Storage server volume driver for Cinder 2014-08-12 09:26:25 +08:00
test_pure.py Introduce iSCSI driver for Pure Storage FlashArray 2014-07-28 15:45:01 -07:00
test_qos_specs.py Switch to use oslo.db 2014-07-21 16:10:41 +03:00
test_quota.py Replace tearDown with addCleanup - Part 2 2014-04-23 06:22:02 -05:00
test_rbd.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_scality.py Use oslo-incubator module units 2014-06-22 00:09:40 +08:00
test_service.py Cinder-api service throws error on SIGHUP signal 2014-07-14 02:21:05 -07:00
test_sheepdog.py Use oslo-incubator module units 2014-06-22 00:09:40 +08:00
test_solidfire.py Fix solidfire accept_transfer 2014-08-02 01:57:58 +08:00
test_storwize_svc.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_test.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
test_test_utils.py Remove vim header 2013-12-30 18:53:02 -06:00
test_utils.py Merge "Avoid OSError in get_blkdev_major_minor with network filesystems" 2014-08-03 22:21:18 +00:00
test_vmware_api.py vmware: Fix problems with VIM API retry logic 2014-04-16 15:00:52 +05:30
test_vmware_io_util.py vmware: Force chunked transfer for upload-to-image 2014-06-20 18:21:31 +05:30
test_vmware_vmdk.py VMware: Volume from non-streamOptimized image 2014-08-01 19:13:59 +05:30
test_vmware_volumeops.py VMware:Disk type conversion during clone backing 2014-08-01 14:33:11 +05:30
test_volume.py Merge "Update ref used for notifications" 2014-08-09 15:57:53 +00:00
test_volume_configuration.py Replace tearDown with addCleanup - Part 4 2014-04-15 17:46:08 +04:00
test_volume_glance_metadata.py Enable flake8 F841 checking 2014-04-01 11:38:35 +04:00
test_volume_rpcapi.py Enable flake8 F841 checking 2014-04-01 11:38:35 +04:00
test_volume_transfer.py Merge "Delete volume transfer in volume_destroy function" 2014-01-25 14:23:31 +00:00
test_volume_types.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_volume_types_extra_specs.py Replace tearDown with addCleanup - Part 2 2014-04-23 06:22:02 -05:00
test_volume_utils.py Move generate_password into volume utils 2014-07-30 09:53:18 -04:00
test_wsgi.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
test_xenapi_sm.py Enable flake8 F841 checking 2014-04-01 11:38:35 +04:00
test_zadara.py Replace tearDown with addCleanup - Part 4 2014-04-15 17:46:08 +04:00
utils.py Add ability to modify volume type 2014-01-06 22:02:09 +02:00