diff options
Diffstat (limited to 'docs/testing/user/testspecification')
-rw-r--r-- | docs/testing/user/testspecification/old_files/ipv6/ipv6_all_testcases.rst | 6 | ||||
-rw-r--r-- | docs/testing/user/testspecification/old_files/ipv6/testspecification.rst | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/docs/testing/user/testspecification/old_files/ipv6/ipv6_all_testcases.rst b/docs/testing/user/testspecification/old_files/ipv6/ipv6_all_testcases.rst index 462219a8..02115ec3 100644 --- a/docs/testing/user/testspecification/old_files/ipv6/ipv6_all_testcases.rst +++ b/docs/testing/user/testspecification/old_files/ipv6/ipv6_all_testcases.rst @@ -31,7 +31,6 @@ Test Case 2: Create, Update and Delete an IPv6 Network and Subnet .. code-block:: bash tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet - tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet ---------------------------------------------- Test Case 3: Check External Network Visibility @@ -40,7 +39,6 @@ Test Case 3: Check External Network Visibility .. code-block:: bash tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility - tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility ------------------------------------------------------- Test Case 4: List IPv6 Networks and Subnets of a Tenant @@ -50,8 +48,6 @@ Test Case 4: List IPv6 Networks and Subnets of a Tenant tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets - tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks - tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets ----------------------------------------------------------- Test Case 5: Show Information of an IPv6 Network and Subnet @@ -61,8 +57,6 @@ Test Case 5: Show Information of an IPv6 Network and Subnet tempest.api.network.test_networks.NetworksIpV6Test.test_show_network tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet - tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network - tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet ------------------------------------------------------------ Test Case 6: Create an IPv6 Port in Allowed Allocation Pools diff --git a/docs/testing/user/testspecification/old_files/ipv6/testspecification.rst b/docs/testing/user/testspecification/old_files/ipv6/testspecification.rst index 6f7caba8..e51f2a5b 100644 --- a/docs/testing/user/testspecification/old_files/ipv6/testspecification.rst +++ b/docs/testing/user/testspecification/old_files/ipv6/testspecification.rst @@ -21,7 +21,10 @@ test case specification. It may be a good idea to reference the source documents Environmental requirements ========================== -TBD +For ipv6 Test Case 18-25, those test cases are scenario tests, they need to boot virtual +machines and ping6 in addition to test APIs, ping6 to vRouter is not supported by SDN controller +yet, such as Opendaylight (Boron and previous releases), so they are scenario dependent, +i.e., currently ipv6 Test Case 18-25 can only run on scenario os-nosdn-nofeature. Preconditions and procedural requirements ========================================= |