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
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-09-03 16:43:29 +0300
commitc266472c9dea9f1a3d58e9a70f761d792ac798dd (patch)
treea42cc740ed5f8df0cf9fc840ff16fd7656299663 /docs/testing/user/userguide
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/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