Searched refs:errorXcpt (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py151 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();
278 reporter.errorXcpt(self.sName);
304 reporter.errorXcpt(self.sName);
312 reporter.errorXcpt();
332 reporter.errorXcpt();
397 reporter.errorXcpt(self.sName);
410 reporter.errorXcpt(self.sName);
417 reporter.errorXcpt(sel
[all...]
H A Dtxsclient.py72 reporter.errorXcpt('getSZ(,%u)' % (off));
703 reporter.errorXcpt('taskUuid got an invalid UUID string %s' % (sUuid,));
754 reporter.errorXcpt('read standard in');
819 reporter.errorXcpt('taskExecEx: %s' % (sFailure));
1023 reporter.errorXcpt('taskUpload: failed to open "%s"' % (sLocalFile));
1114 reporter.errorXcpt('taskDownload: failed to open "%s"' % (sLocalFile));
1124 reporter.errorXcpt();
1194 reporter.errorXcpt('I/O error writing to "%s"' % (sRemoteFile));
1744 reporter.errorXcpt('socket.listen(1) failed');
1751 reporter.errorXcpt('socke
[all...]
H A Dvboxinstaller.py233 reporter.errorXcpt('Error creating "%s"' % (sFull,));
251 reporter.errorXcpt('Error unlinking "%s"' % (sFull,));
285 reporter.errorXcpt('Error creating "%s"' % (sFull,));
342 reporter.errorXcpt();
359 reporter.errorXcpt();
535 reporter.errorXcpt('Failed to remove directory %s' % sMountPath);
H A Dbase.py172 reporter.errorXcpt('gethostbyname(%s)' % (sName));
911 reporter.errorXcpt('os.listdir("%s")' % (sDir));
921 reporter.errorXcpt('lstat("%s")' % (sFullName));
931 reporter.errorXcpt('rmdir("%s")' % (sFullName));
938 reporter.errorXcpt('remove("%s")' % (sFullName));
1114 reporter.errorXcpt('KeyboardInterrupt', 6);
1116 reporter.errorXcpt(None, 6);
1135 reporter.errorXcpt();
1160 reporter.errorXcpt();
1185 reporter.errorXcpt();
[all...]
H A Dvbox.py487 reporter.errorXcpt('unregisterCallback failed on %s' % (self.oListener,));
497 reporter.errorXcpt('unregisterListener failed on %s' % (self.oListener,));
528 reporter.errorXcpt('%s::registerCallback(%s) failed%s' % (sSrcParentNm, oRet, sLogSuffix));
535 reporter.errorXcpt('%s::registerCallback(%s)%s' % (sSrcParentNm, oRet, sLogSuffix));
548 reporter.errorXcpt('%s::eventSource.createListener(%s) failed%s' % (sSrcParentNm, oListener, sLogSuffix));
554 reporter.errorXcpt('%s::eventSource.registerListener(%s) failed%s' \
2028 reporter.errorXcpt('failed to create vm "%s"' % (sName));
2111 reporter.errorXcpt('could not find vm "%s"' % (sNameOrId,));
2130 reporter.errorXcpt('failed to get the UUID for VM "%s"' % (oVM,));
2144 reporter.errorXcpt('faile
[all...]
H A Dreporter.py475 errorXcpt('open(%s)' % oFileWrapper.oSubXmlName);
1025 return errorXcpt(sText, cFrames);
1037 return errorXcpt(sText, cFrames);
1058 def errorXcpt(sText=None, cFrames=1): function
H A Dvboxtestvms.py746 reporter.errorXcpt(cFrames = 9);
755 reporter.errorXcpt(cFrames = 9);
/vbox/src/VBox/ValidationKit/tests/api/
H A DtdPython1.py107 reporter.errorXcpt();
144 reporter.errorXcpt();
162 reporter.errorXcpt();
186 reporter.errorXcpt();
201 reporter.errorXcpt();
H A DtdTreeDepth1.py120 reporter.errorXcpt()
156 reporter.errorXcpt()
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py186 reporter.errorXcpt('Getting IGuest failed.');
265 reporter.errorXcpt('Getting the additions version failed.');
297 reporter.errorXcpt('Getting the additions run level failed.');
H A DtdAddGuestCtrl.py1182 reporter.errorXcpt('Test #%d failed: Getting environment variable:' % (i));
1218 reporter.errorXcpt('Test #%d failed:' % (i,));
1420 reporter.errorXcpt('Opening stale file #%ld failed:' % (i,));
1441 reporter.errorXcpt('Opening non-stale file #%ld failed:' % (i,));
1455 reporter.errorXcpt('Waiting for non-stale file #%ld failed:' % (i,));
1479 reporter.errorXcpt('Checking status of file #%ld failed:' % (i,));
1490 reporter.errorXcpt('Testing for stale processes failed:');
2058 reporter.errorXcpt('Exception for process 1:');
2088 reporter.errorXcpt('Exception for process 2:');
2092 reporter.errorXcpt('Coul
[all...]
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py479 reporter.errorXcpt();
629 reporter.errorXcpt();
740 reporter.errorXcpt('!*!');
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageBenchmark1.py501 reporter.errorXcpt('attachDevice("%s",%s,%s,HardDisk,"%s") failed on "%s"' \
551 reporter.errorXcpt('failed to detach/delete disk %s from storage controller' % (sDiskPath));
H A DtdStorageStress1.py374 reporter.errorXcpt('attachDevice("%s",%s,%s,HardDisk,"%s") failed on "%s"' \
428 reporter.errorXcpt('failed to detach/delete disks %s and %s from storage controller' % \
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstTest1.py148 reporter.errorXcpt();

Completed in 107 milliseconds