Package ganeti :: Package client :: Module gnt_debug :: Class _JobQueueTestReporter
[hide private]
[frames] | no frames]

Class _JobQueueTestReporter

source code


Instance Methods [hide private]
 
__init__(self)
Initializes this class.
source code
 
GetTestMessages(self)
Returns all test log messages received so far.
source code
 
GetJobId(self)
Returns the job ID.
source code
 
ReportLogMessage(self, job_id, serial, timestamp, log_type, log_msg)
Handles a log message.
source code
 
_ProcessTestMessage(self, job_id, sockname, test, arg)
Handles a job queue test message.
source code

Inherited from cli.StdioJobPollReportCb: ReportNotChanged

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initializes this class.

Overrides: object.__init__

ReportLogMessage(self, job_id, serial, timestamp, log_type, log_msg)

source code 

Handles a log message.

Overrides: cli.JobPollReportCbBase.ReportLogMessage