From c266472c9dea9f1a3d58e9a70f761d792ac798dd Mon Sep 17 00:00:00 2001 From: Panagiotis Karalis Date: Fri, 31 Aug 2018 16:28:07 +0300 Subject: 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 --- docs/testing/user/ovpaddendum/index.rst | 1 - docs/testing/user/testspecification/index.rst | 1 - .../tempest_identity_v2/index.rst | 56 ---------------------- docs/testing/user/userguide/cli_reference.rst | 1 - docs/testing/user/userguide/testing_guide.rst | 3 -- 5 files changed, 62 deletions(-) delete mode 100644 docs/testing/user/testspecification/tempest_identity_v2/index.rst (limited to 'docs/testing') diff --git a/docs/testing/user/ovpaddendum/index.rst b/docs/testing/user/ovpaddendum/index.rst index ae5de8fd..3fb8dc49 100644 --- a/docs/testing/user/ovpaddendum/index.rst +++ b/docs/testing/user/ovpaddendum/index.rst @@ -319,7 +319,6 @@ of OVP is as follows: - functest.vping.ssh - functest.tempest.osinterop\* - functest.tempest.compute - - functest.tempest.identity_v2 - functest.tempest.identity_v3 - functest.tempest.image - functest.tempest.network_api 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 `_ - - tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services - -- `Create a user `_ - - tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user - -- `Tests for API discovery features `_ - - 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 diff --git a/docs/testing/user/userguide/cli_reference.rst b/docs/testing/user/userguide/cli_reference.rst index e3d7192b..ddf308ef 100644 --- a/docs/testing/user/userguide/cli_reference.rst +++ b/docs/testing/user/userguide/cli_reference.rst @@ -141,7 +141,6 @@ Dovetail List Commands functest.vping.ssh functest.tempest.osinterop functest.tempest.compute - functest.tempest.identity_v2 functest.tempest.identity_v3 functest.tempest.image functest.tempest.network_api diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index 77772449..6bf6d291 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -194,9 +194,6 @@ this file should contain. # Project-level authentication scope (name or ID), recommend admin project. export OS_PROJECT_NAME=admin - # For identity v2, it uses OS_TENANT_NAME rather than OS_PROJECT_NAME. - export OS_TENANT_NAME=admin - # Authentication username, belongs to the project above, recommend admin user. export OS_USERNAME=admin -- cgit 1.2.3-korg