diff options
author | Panagiotis Karalis <pkaralis@intracom-telecom.com> | 2018-08-31 16:28:07 +0300 |
---|---|---|
committer | Panagiotis Karalis <pkaralis@intracom-telecom.com> | 2018-09-03 16:43:29 +0300 |
commit | c266472c9dea9f1a3d58e9a70f761d792ac798dd (patch) | |
tree | a42cc740ed5f8df0cf9fc840ff16fd7656299663 /etc | |
parent | 0727b542015f7f3718eda435396d34aec5ac1c80 (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 'etc')
-rw-r--r-- | etc/compliance/ovp.2018.08.yaml | 1 | ||||
-rw-r--r-- | etc/testcase/functest.tempest.identity_v2.yml | 29 | ||||
-rw-r--r-- | etc/userconfig/env_config.sh.sample | 3 |
3 files changed, 0 insertions, 33 deletions
diff --git a/etc/compliance/ovp.2018.08.yaml b/etc/compliance/ovp.2018.08.yaml index 00bc51e6..2775d41e 100644 --- a/etc/compliance/ovp.2018.08.yaml +++ b/etc/compliance/ovp.2018.08.yaml @@ -7,7 +7,6 @@ ovp.2018.08: - 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/etc/testcase/functest.tempest.identity_v2.yml b/etc/testcase/functest.tempest.identity_v2.yml deleted file mode 100644 index 1da6b2a4..00000000 --- a/etc/testcase/functest.tempest.identity_v2.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -functest.tempest.identity_v2: - name: functest.tempest.identity_v2 - objective: tempest smoke test cases about identity v2 - validate: - type: functest - testcase: tempest_custom - pre_condition: - - 'cp /home/opnfv/userconfig/pre_config/tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml' - - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml' - pre_copy: - src_file: tempest_custom.txt - dest_path: /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt - report: - source_archive_files: - - functest.log - - tempest_custom/tempest.log - - tempest_custom/tempest-report.html - dest_archive_files: - - tempest_logs/functest.tempest.identity_v2.functest.log - - tempest_logs/functest.tempest.identity_v2.log - - tempest_logs/functest.tempest.identity_v2.html - check_results_file: 'functest_results.txt' - sub_testcase_list: - - tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services[id-34ea6489-012d-4a86-9038-1287cadd5eca,smoke] - - tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user[id-2d55a71e-da1d-4b43-9c03-d269fd93d905,smoke] - - tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_media_types[id-007a0be0-78fe-4fdb-bbee-e9216cc17bb2,smoke] - - tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_resources[id-ea889a68-a15f-4166-bfb1-c12456eae853,smoke] - - tempest.api.identity.v2.test_api_discovery.TestApiDiscovery.test_api_version_statuses[id-77fd6be0-8801-48e6-b9bf-38cdd2f253ec,smoke] diff --git a/etc/userconfig/env_config.sh.sample b/etc/userconfig/env_config.sh.sample index 4bb77ab6..f39d8d05 100644 --- a/etc/userconfig/env_config.sh.sample +++ b/etc/userconfig/env_config.sh.sample @@ -1,9 +1,6 @@ # 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 |