diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-06-26 11:48:55 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-06-26 11:49:57 -0700 |
commit | c1e8dd0146bd5fb84ec66677304b83c830fc9c49 (patch) | |
tree | 78b2a00cb2c14099857a12ea082628c887f3f437 /framework/status.py | |
parent | 50debaabb934798b740cd40b848f1ce91c698bd3 (diff) |
status.py: update docstring to reflect code
The order of the statuses in the docstring was incorrect, this patch
corrects the order to be correct. Also adds the missing incomplete
status.
Trivial.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'framework/status.py')
-rw-r--r-- | framework/status.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/status.py b/framework/status.py index 8d649f254..ec873d885 100644 --- a/framework/status.py +++ b/framework/status.py @@ -36,12 +36,13 @@ A tuple representing : Status ordering from best to worst: pass -dmesg-warn warn -dmesg-fail +dmesg-warn fail +dmesg-fail timeout crash +incomplete SKIP and NOTRUN are not factored into regressions and fixes, they are counted seperately. They also derive from a sublcass of Status, which always returns |