summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2017-03-20 15:21:40 +0200
committerMartin Peres <martin.peres@linux.intel.com>2017-10-04 17:48:28 +0300
commit62285fe41c3d52a7076a0266645faa6bb6b2464f (patch)
tree2808b8014c37df46ad3a240b9a0ca2aa62bf4624
parent7e87149a076f90b268d2276131992c420235a8d1 (diff)
smartezbench: add another state (timeout)
This state should be set after reaching the hard deadline
-rw-r--r--python-modules/ezbench/smartezbench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python-modules/ezbench/smartezbench.py b/python-modules/ezbench/smartezbench.py
index becf3e6..03a8842 100644
--- a/python-modules/ezbench/smartezbench.py
+++ b/python-modules/ezbench/smartezbench.py
@@ -68,6 +68,7 @@ class RunningMode(Enum):
ERROR = 3
ABORT = 4
DONE = 5
+ TIMEOUT = 6
# Intermediate steps, going from RUN to RUNNING or RUNNING to PAUSE/ABORT
INTERMEDIATE = 100