Add two missing status descriptions to the AFE dictionary of status messages, for "Parsing" and "Stopped".
git-svn-id: http://test.kernel.org/svn/autotest/trunk@2375 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/afe/rpc_interface.py b/frontend/afe/rpc_interface.py
index a9322b6..4447736 100644
--- a/frontend/afe/rpc_interface.py
+++ b/frontend/afe/rpc_interface.py
@@ -559,5 +559,7 @@
"Failed": "Failed to complete",
"Aborting": "Abort in progress",
"Queued": "Queued",
- "Starting": "Next in host's queue"}
+ "Starting": "Next in host's queue",
+ "Stopped": "Other host(s) failed verify",
+ "Parsing": "Awaiting parse of final results"}
return result