summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide
diff options
context:
space:
mode:
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-08-31 16:28:07 +0300
committerDan Xu <xudan16@huawei.com>2018-09-05 02:14:51 +0000
commit79387ebf2a832773108569b11f46432254239019 (patch)
treea42cc740ed5f8df0cf9fc840ff16fd7656299663 /docs/testing/user/userguide
parent8e7906bb67bbd3ba524510633b3613e67cb97689 (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> (cherry picked from commit c266472c9dea9f1a3d58e9a70f761d792ac798dd)
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r--docs/testing/user/userguide/cli_reference.rst1
-rw-r--r--docs/testing/user/userguide/testing_guide.rst3
2 files changed, 0 insertions, 4 deletions
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