Fix check for tempest tests name
All tests except `tempest.api.*` are invalid. Change-Id: Ic8cbc64ce43fec982cc7d60c1301a4b1fece7632 Closes-bug: #1316986
This commit is contained in:
parent
a0e00d3c2f
commit
6813ab32ac
@ -24,6 +24,20 @@ for each enum. (e.g TaskStatus)
|
||||
from rally import utils
|
||||
|
||||
|
||||
TEMPEST_TEST_SETS = ("full",
|
||||
"smoke",
|
||||
"baremetal",
|
||||
"compute",
|
||||
"data_processing",
|
||||
"identity",
|
||||
"image",
|
||||
"network",
|
||||
"object_storage",
|
||||
"orchestration",
|
||||
"telemetry",
|
||||
"volume")
|
||||
|
||||
|
||||
class _TaskStatus(utils.ImmutableMixin, utils.EnumMixin):
|
||||
INIT = "init"
|
||||
VERIFYING = "verifying"
|
||||
|
Loading…
Reference in New Issue
Block a user