method: test.rest.RestReporter.report_HostReady

*Not documented*
    def report_HostReady(self, item):

origin: test.rest.RestReporter

where:

function source:

def report_HostReady(self, item):
    self.add_rest(LiteralBlock('%10s: READY' % (item.hostname[:10],)))

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rest.py

traceback test.rest.RestReporter.report_HostReady.0