manila/manila/tests/share
zhaohua c2d285e089 Three ways to set Thin/Thick Type in Huawei driver
1.If thin_provisioning is set in the share type extra-specs,
  it will be used(thin share will be created if "capabilities:
  thin_provisioning=<is> True", thick share will be created if
  "capabilities:thin_provisioning=<is> False")
2.If "thin_provisioning" is not present in the share_type, the config value
  of "AllocType" in the config file will be used(thin share will be created
  if "AllocType=Thin", thick share will be created if "AllocType=Thick")
3.If two of aboves are not present, then thick share will be created by default.

Change-Id: I8153aa79fb04a4221675d7ec2e4b24947ec6f9d7
Closes-Bug: #1542133
2016-02-22 10:36:01 +08:00
..
drivers Three ways to set Thin/Thick Type in Huawei driver 2016-02-22 10:36:01 +08:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_api.py Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
test_driver.py Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
test_drivers_private_data.py Performance: leverage dict comprehension in PEP-0274 2015-12-11 19:24:56 -05:00
test_hook.py Add share hooks 2015-09-04 19:04:34 +03:00
test_manager.py Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
test_migration.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
test_rpcapi.py Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
test_share_types.py Support standard Manila capability flags in NetApp cDOT driver 2015-12-22 19:17:02 +00:00
test_share_utils.py Add Share Migration feature 2015-09-06 22:52:41 -03:00