Fixed refactored Keystone token names

Keystone token tests were moved in a refactoring. Fixed
names of test to match latest Tempest.

Change-Id: I04a8d0979ed235892c7ccb427dc29075fd4948b7
This commit is contained in:
Chris Hoge 2015-05-15 20:56:29 -07:00
parent 8d0c494088
commit 888425a361

View File

@ -62,8 +62,8 @@
"flagged": [], "flagged": [],
"name": "identity-auth", "name": "identity-auth",
"tests": [ "tests": [
"tempest.api.identity.v2.TokensTest.test_create_token", "tempest.api.identity.v2.test_tokens.TokensTest.test_create_token",
"tempest.api.identity.v3.TokensTest.test_create_token" "tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token"
] ]
}, },
"compute-images": { "compute-images": {