From b3daba6a1d42595d5ad0390d70b0f4a64b216db6 Mon Sep 17 00:00:00 2001 From: Catherine Diep Date: Tue, 22 Aug 2017 11:10:35 -0700 Subject: [PATCH] Flag a test that requires a second set of user credential Test [1] was promoted from the advisory group in 2017.01 to become a required test in 2017.09. Since it requires a second set of user credential, it should be flagged until the issue is fixed. Or better yet, we just move it back to the advisory section. [1] tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects Change-Id: I83916504b6f87ff748f6f10b6c0e29b5c3fe6ad8 --- 2017.09.json | 7 ++++++- next.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/2017.09.json b/2017.09.json index 02eb589b..7d14e770 100644 --- a/2017.09.json +++ b/2017.09.json @@ -1086,7 +1086,12 @@ "required-since": "2017.09", "tests": { "tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects": { - "idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d" + "idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d", + "flagged": { + "reason": "D400 This test requires two user credentials and may create a barrier for independent testing of public clouds", + "action": "This test should be removed or changed to require only one user if possible in the future", + "date": "2017-08-08" + } } } }, diff --git a/next.json b/next.json index ea58a789..2685989b 100644 --- a/next.json +++ b/next.json @@ -1086,7 +1086,12 @@ "required-since": "2017.09", "tests": { "tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects": { - "idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d" + "idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d", + "flagged": { + "reason": "D400 This test requires two user credentials and may create a barrier for independent testing of public clouds", + "action": "This test should be removed or changed to require only one user if possible in the future", + "date": "2017-08-08" + } } } },