Searched defs:reporter (Results 26 - 32 of 32) sorted by relevance

12

/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py45 from testdriver import reporter; namespace
80 reporter.log('Logging: ' + self.sVmRunning);
103 reporter.error('Failed to find a file matching "%s" in %s.' % (sRegExp, sTestBuildDir));
300 reporter.log('Testing build: %s' % (self.sTestBuild));
308 reporter.log('Extracted package filename: %s' % (sPkgFilename));
478 reporter.log('');
479 reporter.log('tdAutostart Options:');
480 reporter.log(' --test-build-dir <path>');
481 reporter.log(' Default: %s' % (self.sTestBuildDir));
482 reporter
[all...]
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py51 from testdriver import reporter; namespace
104 if sLocalAlternative is None or not reporter.isLocal():
132 reporter.error('the value of env.var. "%s" is not a dir: "%s"' % (sVar, sVal));
137 reporter.error('makedirs failed on the value of env.var. "%s": "%s"' % (sVar, sVal));
141 if reporter.isLocal() and fLocalReq:
172 reporter.errorXcpt('gethostbyname(%s)' % (sName));
175 reporter.error('gethostbyname(%s) -> %s' % (sName, sIpAddr));
195 reporter.logXcpt('uPid=%s' % (uPid,));
215 reporter.logXcpt('uPid=%s' % (uPid,));
232 reporter
[all...]
H A Dtxsclient.py46 from testdriver import reporter; namespace
72 reporter.errorXcpt('getSZ(,%u)' % (off));
101 reporter.error("invalid opcode length: %s" % (len(sOpcode)));
105 reporter.error("invalid opcode char #%u: %s" % (i, sOpcode));
109 reporter.error("invalid opcode char #%u: %s" % (i, sOpcode));
237 reporter.fatal('sendMsgInt: invalid opcode length: %d (\"%s\")' % (len(sOpcode), sOpcode));
241 reporter.fatal('sendMsgInt: invalid opcode encoding: \"%s\"' % (sOpcode));
262 reporter.fatalXcpt('sendMsgInt: packing problem...');
272 reporter.log2('sendMsgInt: op=%s len=%d to=%d' % (sOpcode, len(abMsg), cMsTimeout));
293 reporter
[all...]
H A Dvboxwrappers.py42 from testdriver import reporter; namespace
151 return reporter.errorXcpt('failed to open hd "%s"' % (sHdLocation));
160 except: return reporter.errorXcpt('deleteStorage() for disk %s failed' % (oIMedium,));
162 except: return reporter.errorXcpt();
255 reporter.logXcpt();
266 reporter.logXcpt(self.sName);
278 reporter.errorXcpt(self.sName);
289 reporter.logXcpt(self.sName);
304 reporter.errorXcpt(self.sName);
312 reporter
[all...]
H A Dvbox.py52 from testdriver import reporter; namespace
168 Returns the same a reporter.error().
174 reporter.error(sText);
175 return reporter.error(stringifyErrorInfo(oErrObj));
451 if not self.oVBoxMgr.xcptIsDeadInterface(): reporter.logXcpt();
452 else: reporter.log('threadForPassiveMode/%s: interface croaked (ignored)' % (self.sName,));
459 reporter.logXcpt();
487 reporter.errorXcpt('unregisterCallback failed on %s' % (self.oListener,));
494 reporter.log('unregisterListener failed on %s because of dead interface (%s)'
497 reporter
[all...]
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py59 from testdriver import reporter; namespace
127 reporter.log('Creating session "%s" ...' % (sName,));
134 reporter.logXcpt('Creating a guest session "%s" failed; sUser="%s", pw="%s", sDomain="%s":'
139 reporter.log('Waiting for session "%s" to start within %ldms...' % (sName, self.timeoutMS));
149 reporter.log('Session did not start successfully, returned wait result: %ld' \
152 reporter.log('Session "%s" successfully started' % (sName,));
155 reporter.logXcpt('Waiting for guest session "%s" to start failed:' % (sName));
158 reporter.log('Warning: Session already set; this is probably not what you want');
178 reporter.log('Closing session "%s" ...' % (sName,));
183 reporter
[all...]
/vbox/src/apps/svnsync-vbox/
H A Dmain.c1099 const svn_ra_reporter3_t *reporter;
1127 /* Run it via an update reporter. */
1128 SVN_ERR(svn_ra_do_update2(from_session, &reporter, &report_baton,
1131 SVN_ERR(reporter->set_path(report_baton, "", baton->start_rev,
1133 SVN_ERR(reporter->finish_report(report_baton, pool));
1096 const svn_ra_reporter3_t *reporter; local

Completed in 63 milliseconds

12