summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2018-03-22 11:51:49 +0000
committerLinda Wang <wangwulin@huawei.com>2018-03-22 11:55:34 +0000
commit65aca3d6919a3d31fa360afa01baee5ebff1fe22 (patch)
treee1cb9218852769ee96ab00bf5040c93dac63b24c /docs
parentcbd9af45e80c9e1922cb2046bd9b5737d4d51abb (diff)
Remove test_create_volume_bad_zone
JIRA: FUEL-356 Fuel/MCP has set allow_availability_zone_fallback option to True. If the requested Cinder availability zone is unavailable, fall back to the value of default_availability_zone, then storage_availability_zone, instead of failing. Change-Id: I04f45f8435dbdf1113ac6b2c50bf913c1f29cd20 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/IntegrationTests.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst
index 0cf4fc0..82c2f90 100644
--- a/docs/how-to-use/IntegrationTests.rst
+++ b/docs/how-to-use/IntegrationTests.rst
@@ -409,9 +409,6 @@ create_volume_tests.py - CreateSimpleVolumeFailureTests
| test_create_volume_bad_image | 2 & 3 | Tests to ensure that attempting to create a volume with an|
| | | image that does not exist raises a BadRequest exception |
+----------------------------------------+---------------+-----------------------------------------------------------+
-| test_create_volume_bad_zone | 2 & 3 | Tests to ensure that attempting to create a volume with an|
-| | | invalid availability zone raises a BadRequest exception |
-+----------------------------------------+---------------+-----------------------------------------------------------+
create_volume_tests.py - CreateVolumeWithTypeTests
--------------------------------------------------