diff options
author | xudan <xudan16@huawei.com> | 2017-10-24 23:36:16 -0400 |
---|---|---|
committer | hongbo tian <hongbo.tianhongbo@huawei.com> | 2017-11-01 04:02:41 +0000 |
commit | 4e890653df7b39774845b61a81853b54aae0c5eb (patch) | |
tree | 7a422750dd164e8622adf63d24bf3ae062c4190e /docs/testing/user/testspecification/vpn | |
parent | d978ea0994d79164e6573415355f2ad0ae08effa (diff) |
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 <xudan16@huawei.com>
Diffstat (limited to 'docs/testing/user/testspecification/vpn')
-rw-r--r-- | docs/testing/user/testspecification/vpn/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/user/testspecification/vpn/index.rst b/docs/testing/user/testspecification/vpn/index.rst index 0a8a8d17..13c0cfa6 100644 --- a/docs/testing/user/testspecification/vpn/index.rst +++ b/docs/testing/user/testspecification/vpn/index.rst @@ -85,7 +85,7 @@ Test Case 1 - VPN provides connectivity between Neutron subnets Short name ---------- -opnfv.sdnvpn.subnet_connectivity +dovetail.sdnvpn.tc001.subnet_connectivity Use case specification @@ -200,7 +200,7 @@ Test Case 2 - VPNs ensure traffic separation between tenants Short Name ---------- -opnfv.sdnvpn.tenant_separation +dovetail.sdnvpn.tc002.tenant_separation Use case specification @@ -317,7 +317,7 @@ Test Case 3 - VPN provides connectivity between subnets using router association Short Name ---------- -opnfv.sdnvpn.router_association +dovetail.sdnvpn.tc004.router_association Use case specification @@ -441,7 +441,7 @@ Test Case 4 - Verify interworking of router and network associations with floati Short Name ---------- -opnfv.sdnvpn.router_association_floating_ip +dovetail.sdnvpn.tc008.router_association_floating_ip Use case specification |