Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/common_lib/error.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/client/common_lib/error.py b/client/common_lib/error.py
index 0c5641c..e0258ee 100644
--- a/client/common_lib/error.py
+++ b/client/common_lib/error.py
@@ -329,6 +329,14 @@ class HostRunErrorMixIn(Exception):
         return self.description + '\n' + repr(self.result_obj)
 
 
+class HostInstallTimeoutError(Exception):
+    """
+    Indicates the machine failed to be installed after the predetermined
+    timeout.
+    """
+    pass
+
+
 class AutotestHostRunError(HostRunErrorMixIn, AutotestError):
     pass
 
-- 
1.7.6

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to