cinder/cinder/tests/unit
Eric Harney 226e804ab3 Revert "Disable backup progress notifications for unit tests"
This reverts commit e5f6ed69e0.

This was an attempted workaround for the notifier issue.
It's not needed now that the fake notifier has been fixed,
so restore the default behavior.

Also remove conf imports which were added in commit d9b9ac
to fix commit e5f6ed.

Related-Bug: #1412513

Change-Id: Id0d547e3c2faa8c1a0555e28cdb2e9d83956c1ac
2015-06-19 14:27:40 -04:00
..
api Tests: Make fake_notifier per-instance 2015-06-19 11:27:40 +02:00
backup Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
brick Remove Brick from cinder codebase 2015-05-11 08:23:27 -07:00
compute Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
db Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
glance Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
image Merge "Fix volume creation from image with allowed_direct_url_schemes" 2015-06-02 03:55:21 +00:00
integrated Replace urllib and urllib2 with six.moves.urllib 2015-06-10 18:52:26 +02:00
keymgr Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
monkey_patch_example Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
objects Complete switch to snapshot objects 2015-06-05 11:59:39 +08:00
scheduler Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
targets Merge "Targets tests: Clean up long lines" 2015-06-16 04:10:51 +00:00
var Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
volume Merge "Replace dict.iteritems() with dict.items()" 2015-06-15 22:10:18 +00:00
windows Windows SMBFS: Fix image resize errors during volume creation 2015-05-11 16:08:35 +03:00
xenapi Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
zonemanager Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
__init__.py Use six to fix imports on Python 3 2015-06-11 17:19:19 +02:00
cast_as_call.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
conf_fixture.py Revert "Disable backup progress notifications for unit tests" 2015-06-19 14:27:40 -04:00
declare_conf.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_driver.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
fake_hp_3par_client.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_hp_client_exceptions.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_hp_lefthand_client.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_notifier.py Tests: Make fake_notifier per-instance 2015-06-19 11:27:40 +02:00
fake_snapshot.py Switch to oslo_versionedobjects 2015-05-13 08:36:53 -07:00
fake_utils.py Replace basestring with six.string_types 2015-06-16 22:37:20 +02:00
fake_vmem_client.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
fake_volume.py Switch to oslo_versionedobjects 2015-05-13 08:36:53 -07:00
policy.json Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
runtime_conf.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_api.py Use six to fix imports on Python 3 2015-06-11 17:19:19 +02:00
test_api_urlmap.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_backup.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_backup_ceph.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
test_backup_driver_base.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_backup_swift.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
test_backup_tsm.py Drop L suffix from long integers 2015-06-16 10:44:49 +02:00
test_block_device.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_blockbridge.py Add cinder volume driver for Blockbridge EPS 2015-06-12 17:45:00 -04:00
test_cloudbyte.py Add chap support to CloudByte cinder driver 2015-05-29 11:17:51 +05:30
test_cmd.py Merge "Use correct rtslib namespace for newer versions" 2015-06-16 16:17:05 +00:00
test_conf.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_context.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_create_volume_flow.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_db_api.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00
test_dellfc.py Dell SC driver honoring folder name after volume creation. 2015-05-12 12:42:09 -05:00
test_dellsc.py Dell SC: Added support for alternate iscsi portals 2015-06-05 22:21:58 +00:00
test_dellscapi.py Dell SC: Added support for alternate iscsi portals 2015-06-05 22:21:58 +00:00
test_dothill.py Adds FC and ISCSI Cinder drivers for DotHill Storage Arrays 2015-06-16 09:26:53 +05:30
test_drbdmanagedrv.py Move DRBD tests into tests/unit 2015-06-16 13:06:47 -04:00
test_emc_vmax.py Drop L suffix from long integers 2015-06-16 10:44:49 +02:00
test_emc_vnxdirect.py Drop L suffix from long integers 2015-06-16 10:44:49 +02:00
test_emc_xtremio.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_eqlx.py Merge "Eqlx: Fixes the retries on Network Connection Error" 2015-05-08 18:03:04 +00:00
test_evaluator.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_exception.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_glusterfs.py Port remote_fs driver to use new driver model 2015-06-08 13:02:03 +02:00
test_gpfs.py Leverage dict comprehension in PEP-0274 2015-05-22 10:06:00 +08:00
test_hacking.py Leverage dict comprehension in PEP-0274 2015-05-22 10:06:00 +08:00
test_hds_hnas_backend.py Merge "Fix unit tests spam output" 2015-05-07 05:20:32 +00:00
test_hds_iscsi.py Get StringIO from six for Python 3 compatibility 2015-06-15 11:39:23 +02:00
test_hds_nfs.py Get StringIO from six for Python 3 compatibility 2015-06-15 11:39:23 +02:00
test_hitachi_hbsd_horcm_fc.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_hitachi_hbsd_snm2_fc.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_hitachi_hbsd_snm2_iscsi.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_hp3par.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_hp_xp_fc.py Volume driver for HP XP storage 2015-06-16 20:30:07 +09:00
test_hplefthand.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_huawei_18000.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_huawei_drivers_compatibility.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_ibm_flashsystem.py Merge "Replace dit.itervalues() with dict.values()" 2015-06-16 20:20:13 +00:00
test_ibm_flashsystem_iscsi.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_ibm_xiv_ds8k.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_ibmnas.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_image_utils.py Disallow backing files when uploading volumes to image 2015-06-15 11:33:27 -04:00
test_infortrend_cli.py Add volume drivers for Infortrend Storage 2015-06-17 20:43:49 +08:00
test_infortrend_common.py Add volume drivers for Infortrend Storage 2015-06-17 20:43:49 +08:00
test_migrations.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_misc.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_netapp.py Merge "Replace dict.iteritems() with dict.items()" 2015-06-15 22:10:18 +00:00
test_netapp_eseries_iscsi.py NetApp E-Series: Refactor class structure for FC 2015-06-11 10:21:37 -04:00
test_netapp_nfs.py Add standard QoS spec support to cDOT drivers 2015-05-27 21:40:24 +00:00
test_netapp_ssc.py Merge "Replace dict.iteritems() with dict.items()" 2015-06-15 22:10:18 +00:00
test_nfs.py Fix missing translations for log messages 2015-05-12 03:05:38 +05:30
test_nimble.py Replace urllib and urllib2 with six.moves.urllib 2015-06-10 18:52:26 +02:00
test_openvstorage.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_prophetstor_dpl.py Use six to fix imports on Python 3 2015-06-11 17:19:19 +02:00
test_pure.py Port remote_fs driver to use new driver model 2015-06-08 13:02:03 +02:00
test_qos_specs.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_quobyte.py Get StringIO from six for Python 3 compatibility 2015-06-15 11:39:23 +02:00
test_quota.py Merge "Add config option to set max_volume_size_limit" 2015-06-17 16:44:29 +00:00
test_rbd.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_remotefs.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_replication.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_san.py Port remote_fs driver to use new driver model 2015-06-08 13:02:03 +02:00
test_scality.py tests: replace mox by mox3, clean out mox usage 2015-05-05 10:15:52 +02:00
test_service.py Wait until service thread is done on service stop 2015-06-13 12:45:37 -04:00
test_sheepdog.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_smbfs.py Windows SMBFS: Fix image resize errors during volume creation 2015-05-11 16:08:35 +03:00
test_solidfire.py Add secondary account capability to SolidFire 2015-06-10 13:24:26 -06:00
test_srb.py Fix assertRaisesRegexp deprecation warnings in UT 2015-06-02 18:48:26 +02:00
test_storpool.py Re-add the StorPool distributed storage driver 2015-06-09 10:23:55 +03:00
test_storwize_svc.py Merge "Replace dit.itervalues() with dict.values()" 2015-06-16 20:20:13 +00:00
test_test.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_test_utils.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_tintri.py Tintri driver to manage existing backend storage objects 2015-06-11 14:14:58 -07:00
test_utils.py Merge "Replace xrange() with six.moves.range()" 2015-06-16 15:45:58 +00:00
test_v6000_common.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_v6000_fcp.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_v6000_iscsi.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_vmware_datastore.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_vmware_vmdk.py Merge "VMware: insecure option should be exposed" 2015-05-31 03:27:12 +00:00
test_vmware_volumeops.py VMware: Handle concurrent inventory folder create 2015-04-23 01:49:20 -07:00
test_volume.py Tests: Make fake_notifier per-instance 2015-06-19 11:27:40 +02:00
test_volume_configuration.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_glance_metadata.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_volume_rpcapi.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_throttling.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_transfer.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_volume_types.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_volume_types_extra_specs.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_volume_utils.py Notification with volume and snapshot metadata 2015-05-30 09:14:27 +08:00
test_wsgi.py Replace dict.iteritems() with dict.items() 2015-06-12 15:18:57 +02:00
test_xio.py Fake out sleeps in unit tests 2015-05-01 15:38:34 -06:00
test_zfssa.py Re-integrate Oracle iSCSI Cinder driver 2015-06-09 13:50:37 -04:00
utils.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00