summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/testspecification
diff options
context:
space:
mode:
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-08-31 16:28:07 +0300
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-09-03 16:43:29 +0300
commitc266472c9dea9f1a3d58e9a70f761d792ac798dd (patch)
treea42cc740ed5f8df0cf9fc840ff16fd7656299663 /docs/testing/user/testspecification
parent0727b542015f7f3718eda435396d34aec5ac1c80 (diff)
Remove identity v2 TCs,not supported by Functest
As Functest does not support identity v2 anymore, it does not make sense to try to run tempest identity v2 tests. They need to be removed correspondingly. JIRA: DOVETAIL-735 Change-Id: I09c06faf52893cc535bbed1fd406b81a7665e787 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Diffstat (limited to 'docs/testing/user/testspecification')
-rw-r--r--docs/testing/user/testspecification/index.rst1
-rw-r--r--docs/testing/user/testspecification/tempest_identity_v2/index.rst56
2 files changed, 0 insertions, 57 deletions
diff --git a/docs/testing/user/testspecification/index.rst b/docs/testing/user/testspecification/index.rst
index d892de12..fff07ee9 100644
--- a/docs/testing/user/testspecification/index.rst
+++ b/docs/testing/user/testspecification/index.rst
@@ -42,7 +42,6 @@ specification documents.
./stress/index.rst
./snaps_smoke/index.rst
./tempest_compute/index.rst
- ./tempest_identity_v2/index.rst
./tempest_identity_v3/index.rst
./tempest_image/index.rst
./tempest_network/index.rst
diff --git a/docs/testing/user/testspecification/tempest_identity_v2/index.rst b/docs/testing/user/testspecification/tempest_identity_v2/index.rst
deleted file mode 100644
index 859338c6..00000000
--- a/docs/testing/user/testspecification/tempest_identity_v2/index.rst
+++ /dev/null
@@ -1,56 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. (c) Ericsson AB
-
-===========================================
-Tempest Identity v2 test specification
-===========================================
-
-
-Scope
-=====
-
-The Tempest Identity v2 test area evaluates the ability of the
-System Under Test (SUT) create, list, delete and verify users through the
-life of a VNF.
-The tests in this test area will evaluate IPv4 network runtime operations
-functionality.
-
-These runtime operations includes:
-
-- Create, List, Verify and Delete Services
-- Create a user
-- Tests for API discovery features
-
-References
-==========
-
-`Identity API v2.0 <https://developer.openstack.org/api-ref/identity/v2-ext/index.html.`_
-
-System Under Test (SUT)
-=======================
-
-The system under test is assumed to be the NFVi and VIM in operation on a
-Pharos compliant infrastructure.
-
-
-Test Area Structure
-===================
-
-The test area is structured in individual tests as listed below.
-For detailed information on the individual steps and assertions performed
-by the tests, review the Python source code accessible via the following links:
-
-All these test cases are included in the test case dovetail.tempest.identity_v2 of
-OVP test suite.
-
-- `Create, List, Verify and Delete Services <https://github.com/openstack/tempest/blob/12.2.0/tempest/api/identity/admin/v2/test_services.py#L24>`_
- - tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services
-
-- `Create a user <https://github.com/openstack/tempest/blob/12.2.0/tempest/api/identity/admin/v2/test_users.py#L26>`_
- - tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user
-
-- `Tests for API discovery features <https://github.com/openstack/tempest/blob/12.2.0/tempest/api/identity/v2/test_api_discovery.py#L20>`_
- - tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types
- - tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources
- - tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses \ No newline at end of file