Fix incorrect test case name (fully qualified test name)
Test [1] does not included class name in its FQN. Thus, no Tempest version will be able to run this test because its name won't be able to match any name from the test list produced by Tempest. Fix 2017.01.json by adding the correct name as alias since this is an approved guideline. For next.json, the incorrect name is replaced with the correct one because it does not make sense to add a non-existing test name as alias. [1] tempest.api.identity.v3.test_list_projects_returns_only_authorized_projects Change-Id: Ice75be2402d65ff473f68aa77db66167ae452363
This commit is contained in:
parent
47ecd1427e
commit
3a435be53e
@ -1420,7 +1420,10 @@
|
||||
"required-since": "",
|
||||
"tests": {
|
||||
"tempest.api.identity.v3.test_list_projects_returns_only_authorized_projects": {
|
||||
"idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d"
|
||||
"idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d",
|
||||
"aliases": [
|
||||
"tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1112,7 +1112,7 @@
|
||||
"project": "keystone",
|
||||
"required-since": "",
|
||||
"tests": {
|
||||
"tempest.api.identity.v3.test_list_projects_returns_only_authorized_projects": {
|
||||
"tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects": {
|
||||
"idempotent_id": "id-86128d46-e170-4644-866a-cc487f699e1d"
|
||||
}
|
||||
}
|
||||
@ -1885,7 +1885,7 @@
|
||||
"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-02-03"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user