Lines Matching refs:Client
7 from autotest_lib.client.common_lib import error
52 # Feedback client definition.
54 class Client(object):
63 """Ensure that the client was initialized and not finalized."""
65 raise error.TestError('Client was not initialized')
67 raise error.TestError('Client was already finalized')
91 raise error.TestError('Client was already initialized')
93 raise error.TestError('Client was already finalized')
100 """Implementation of feedback client initialization.
131 This method should be called once when done using the client.
133 @raise TestError: There was an error while finalizing the client.
141 """Implementation of feedback client finalization.