From 1d44ee5475197d2364c84d0e8b63d85ca6d2ec0d Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Fri, 22 May 2015 13:45:05 -0700 Subject: [PATCH] Fix Keystone token test names and advisory section. Keystone token tests were refactored. This patch corrects the name reference in 2015.05.json. Keystone was listed twice as both required and advisory in the designated sections. Removes the erronious advisory designation in favor of the required designation. Change-Id: I6fbe17c9f4d2e3651b956bfb133e919724b45096 --- 2015.05.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/2015.05.json b/2015.05.json index baa7ed89..485f3a7e 100644 --- a/2015.05.json +++ b/2015.05.json @@ -63,8 +63,8 @@ "flagged": [], "name": "identity-auth", "tests": [ - "tempest.api.identity.v2.TokensTest.test_create_token", - "tempest.api.identity.v3.TokensTest.test_create_token" + "tempest.api.identity.v2.test_tokens.TokensTest.test_create_token", + "tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token" ] }, "compute-images": { @@ -590,13 +590,7 @@ } } }, - "advisory" : { - "keystone": { - "guidance": "Update pending from PTL", - "comment": "", - "sections": [] - } - }, + "advisory" : {}, "deprecated" : {}, "removed" : {}, "informational" : {