1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-25 01:33:29 +01:00

Moved iteration status list

This commit is contained in:
Sebastian Goscik
2016-09-21 13:50:05 +01:00
parent a347ea7d61
commit 87ee7b1337
2 changed files with 14 additions and 11 deletions
wlauto/core

@ -32,6 +32,18 @@ KIND_MAP = {
dict: OrderedDict,
}
ITERATION_STATUS = [
'NOT_STARTED',
'RUNNING',
'OK',
'NONCRITICAL',
'PARTIAL',
'FAILED',
'ABORTED',
'SKIPPED',
]
##########################
### CONFIG POINT TYPES ###
##########################