diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-09-20 11:05:56 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2018-09-20 11:48:27 +0000 |
commit | 07fb1d6385bfaf93ca50b3dba74658e84ea3cdd8 (patch) | |
tree | 289d1cc2f8aebcf70ddf5095adef73d0f2588969 /docs | |
parent | f19475c6c64c8401b896aa6f34ce06f914476fdc (diff) |
Eliminating docs build warning
Eliminating a build warning from the Tempest volume description and
aligning its layout with other test case descriptions.
Change-Id: Idb9ba8d77ef3cb7e14a5b24a8a81622fa0e3e30d
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
(cherry picked from commit 4413f0693b34158af4a4fd86eca5762e42f232ed)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/testspecification/tempest_volume/index.rst | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/testing/user/testspecification/tempest_volume/index.rst b/docs/testing/user/testspecification/tempest_volume/index.rst index a0987d4c..7672e4de 100644 --- a/docs/testing/user/testspecification/tempest_volume/index.rst +++ b/docs/testing/user/testspecification/tempest_volume/index.rst @@ -39,14 +39,16 @@ All these test cases are included in the test case dovetail.tempest.volume of OVP test suite. ------------------------------------------------------------------------- -Test Case 1 - `Attach Detach Volume to Instance <https://github.com/openstack/tempest/blob/17.1.0/tempest/api/volume/test_volumes_actions.py>`_ ------------------------------------------------------------------------- +---------------------------------------------- +Test Case 1 - Attach Detach Volume to Instance +---------------------------------------------- Test case specification ----------------------- -tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance +Implementation: `Attach Detach Volume to Instance <https://github.com/openstack/tempest/blob/17.1.0/tempest/api/volume/test_volumes_actions.py>`_ + +* tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance Test preconditions ------------------ @@ -79,14 +81,16 @@ Post conditions N/A ------------------------------------------------------------------------- -Test Case 2 - `Volume Boot Pattern test <https://github.com/openstack/tempest/blob/17.1.0/tempest/scenario/test_volume_boot_pattern.py>`_ ------------------------------------------------------------------------- +-------------------------------------- +Test Case 2 - Volume Boot Pattern test +-------------------------------------- Test case specification ----------------------- -tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern +Implementation: `Volume Boot Pattern test <https://github.com/openstack/tempest/blob/17.1.0/tempest/scenario/test_volume_boot_pattern.py>`_ + +* tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern Test preconditions ------------------ |