From baa35a21822924e46299de1a4c58818f3dce3edb Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 3 Mar 2017 15:32:22 -0800 Subject: [PATCH] Move test_extension and use base for non-admin "list extensions" API is implemented on V2 API only in Keystone, and the corresponding test doesn't require admin credential. So this patch moves the test to v2 directory and makes the test use the base test for non-admin. Change-Id: I1ebb82e4e0593ab904bd77e231e5f7b8f275c872 --- tempest/api/identity/{ => v2}/test_extension.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tempest/api/identity/{ => v2}/test_extension.py (95%) diff --git a/tempest/api/identity/test_extension.py b/tempest/api/identity/v2/test_extension.py similarity index 95% rename from tempest/api/identity/test_extension.py rename to tempest/api/identity/v2/test_extension.py index 7095181e83..c538c142cc 100644 --- a/tempest/api/identity/test_extension.py +++ b/tempest/api/identity/v2/test_extension.py @@ -17,7 +17,7 @@ from tempest.api.identity import base from tempest.lib import decorators -class ExtensionTestJSON(base.BaseIdentityV2AdminTest): +class ExtensionTestJSON(base.BaseIdentityV2Test): @decorators.idempotent_id('85f3f661-f54c-4d48-b563-72ae952b9383') def test_list_extensions(self):