Lines Matching refs:reporter
47 from testdriver import reporter
102 reporter.log(' --install-iso <ISO file name>')
103 reporter.log(' --cpus <# CPUs>')
104 reporter.log(' --no-ioapic')
105 reporter.log(' --no-nested-paging')
106 reporter.log(' --pae')
107 reporter.log(' --set-extradata <key>:value')
108 reporter.log(' Set VM extra data. This command line option might be used multiple times.')
149 reporter.log('Error: unknown ISO image specified: %s' % self.sIso)
205 reporter.log('Set extradata: %s => %s' % (sKey, sValue))
230 reporter.testStart('Installing %s' % (os.path.basename(self.sIso),))
233 if not reporter.isLocal(): ## @todo need to figure a better way of handling timeouts on the testboxes ...
239 reporter.log('Guest reported success')
240 reporter.testDone()
243 reporter.error('Installation of %s has failed' % (self.sIso,))
244 reporter.testDone()