diff options
author | xudan <xudan16@huawei.com> | 2017-11-23 01:30:38 -0500 |
---|---|---|
committer | Leo wang <grakiss.wanglei@huawei.com> | 2017-12-13 01:58:48 +0000 |
commit | 2547cafddd44181c1f08b7df77f9c0b2cdb03eb7 (patch) | |
tree | 1731adbe738074b123b95b719b034bab45a7240f /docs/testing/user/testspecification/vimoperationsnetwork/index.rst | |
parent | 2f66eb616f3b6bc856c70ea56f3b99067e1c4418 (diff) |
Remove all alias tempest test cases in osinterop test specificaion docs
1. Some tempest test cases have alias test cases because of the different
versions of tempest.
2. However, Dovetail fixes the version of tempest to be 14.0.0 in its first
release. So the number of test cases that can be executed in osinterop
is always 205. And for different SUTs, the 205 test cases are all the same.
3. In this situation, there is no need to list the alias test cases.
4. Just list all the 205 test cases which will not confuse users when they
reading dovetail docs.
JIRA: DOVETAIL-566
Change-Id: I5e39dd82314833c8c0a6c1732c990f671ae64420
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'docs/testing/user/testspecification/vimoperationsnetwork/index.rst')
-rw-r--r-- | docs/testing/user/testspecification/vimoperationsnetwork/index.rst | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/testing/user/testspecification/vimoperationsnetwork/index.rst b/docs/testing/user/testspecification/vimoperationsnetwork/index.rst index 02ec2a7a..72ad5766 100644 --- a/docs/testing/user/testspecification/vimoperationsnetwork/index.rst +++ b/docs/testing/user/testspecification/vimoperationsnetwork/index.rst @@ -132,29 +132,6 @@ tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway -tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes -tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet -tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet -tempest.api.network.test_networks.NetworksTestJSON.test_list_networks -tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields -tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets -tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields -tempest.api.network.test_networks.NetworksTestJSON.test_show_network -tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields -tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet -tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields -tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp - -Note: the latter 18 test cases are the alias of the former first 18, respectively. -Alias should always be included so that the test run will be tempest version agnostic, -which can be used to test different version of Openstack. - Test preconditions ------------------ |