From 4e890653df7b39774845b61a81853b54aae0c5eb Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 24 Oct 2017 23:36:16 -0400 Subject: Add test case name into tempest testspecification docs 1. All test cases' testspecification docs have no info about test case names. 2. User don't know which test case to run when they just want to run one special test case. 3. Add the info into testspecification docs. JIRA: DOVETAIL-530 Change-Id: I0ebe1b3b98be5609503814ea2a0cf71aefd06d35 Signed-off-by: xudan --- .../user/testspecification/highavailability/index.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/testing/user/testspecification/highavailability/index.rst') diff --git a/docs/testing/user/testspecification/highavailability/index.rst b/docs/testing/user/testspecification/highavailability/index.rst index 715f84d0..1dd99d41 100644 --- a/docs/testing/user/testspecification/highavailability/index.rst +++ b/docs/testing/user/testspecification/highavailability/index.rst @@ -8,7 +8,7 @@ OpenStack Services HA test specification ========================================== .. toctree:: -:maxdepth: + :maxdepth: 2 Scope ===== @@ -84,7 +84,7 @@ Test Case 1 - Controller node OpenStack service down - nova-api Short name ---------- -opnfv.ha.tc001.nova-api_service_down +dovetail.ha.tc001.nova-api_service_down Use case specification ---------------------- @@ -180,7 +180,7 @@ Test Case 2 - Controller node OpenStack service down - neutron-server Short name ---------- -opnfv.ha.tc002.neutron-server_service_down +dovetail.ha.tc002.neutron-server_service_down Use case specification ---------------------- @@ -264,7 +264,7 @@ Test Case 3 - Controller node OpenStack service down - keystone Short name ---------- -opnfv.ha.tc003.keystone_service_down +dovetail.ha.tc003.keystone_service_down Use case specification ---------------------- @@ -342,7 +342,7 @@ Test Case 4 - Controller node OpenStack service down - glance-api Short name ---------- -opnfv.ha.tc004.glance-api_service_down +dovetail.ha.tc004.glance-api_service_down Use case specification ---------------------- @@ -430,7 +430,7 @@ Test Case 5 - Controller node OpenStack service down - cinder-api Short name ---------- -opnfv.ha.tc005.cinder-api_service_down +dovetail.ha.tc005.cinder-api_service_down Use case specification ---------------------- @@ -509,7 +509,7 @@ Test Case 6 - Controller Node CPU Overload High Availability Short name ---------- -opnfv.ha.tc006.cpu_overload +dovetail.ha.tc006.cpu_overload Use case specification ---------------------- @@ -594,7 +594,7 @@ Test Case 7 - Controller Node Disk I/O Overload High Availability Short name ---------- -opnfv.ha.tc007.disk_I/O_overload +dovetail.ha.tc007.disk_I/O_overload Use case specification ---------------------- @@ -668,7 +668,7 @@ Test Case 8 - Controller Load Balance as a Service High Availability Short name ---------- -opnfv.ha.tc008.load_balance_service_down +dovetail.ha.tc008.load_balance_service_down Use case specification ---------------------- -- cgit 1.2.3-korg