Searched refs:testDone (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/selftests/
H A DtdSelfTest2.py64 reporter.testDone();
69 reporter.testDone();
72 reporter.testDone(fSkipped = True);
86 reporter.testDone();
99 reporter.testDone();
115 reporter.testDone();
H A DtdSelfTest4.py77 reporter.testDone();
86 reporter.testDone();
87 reporter.testDone();
100 reporter.testDone();
109 reporter.testDone();
H A DtdSelfTest3.py67 reporter.testDone();
102 reporter.testDone();
108 reporter.testDone();
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddBasic1.py134 reporter.testDone();
140 reporter.testDone(fSkip);
146 reporter.testDone(fSkip);
192 reporter.testDone();
196 reporter.testDone();
H A DtdAddGuestCtrl.py541 reporter.testDone(fSkip);
547 reporter.testDone(fSkip);
553 reporter.testDone(fSkip);
560 #reporter.testDone(fSkip);
566 reporter.testDone(fSkip);
572 reporter.testDone(fSkip);
578 reporter.testDone(fSkip);
584 reporter.testDone(fSkip);
590 reporter.testDone(fSkip);
596 reporter.testDone(fSki
[all...]
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageBenchmark1.py414 reporter.testDone();
420 reporter.testDone();
441 reporter.testDone();
443 reporter.testDone(fSkipped = True);
453 reporter.testDone(fSkipped = True);
455 reporter.testDone(not fRc);
613 reporter.testDone();
615 reporter.testDone();
616 reporter.testDone();
617 reporter.testDone();
[all...]
H A DtdStorageStress1.py310 reporter.testDone();
321 reporter.testDone();
323 reporter.testDone(fSkipped = True);
325 reporter.testDone(not fRc);
489 reporter.testDone();
490 reporter.testDone();
491 reporter.testDone();
492 reporter.testDone();
493 reporter.testDone();
494 reporter.testDone();
[all...]
H A DtdStorageSnapshotMerging1.py211 reporter.testDone(not fRc);
293 reporter.testDone();
294 reporter.testDone();
295 reporter.testDone();
/vbox/src/VBox/ValidationKit/tests/api/
H A DtdTreeDepth1.py122 return reporter.testDone()[1] == 0
158 return reporter.testDone()[1] == 0
H A DtdPython1.py136 return reporter.testDone()[1] == 0;
220 return reporter.testDone()[1] == 0;
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py498 reporter.testDone();
499 reporter.testDone();
500 return reporter.testDone()[1] == 0;
573 if reporter.testDone()[1] != 0:
579 return reporter.testDone()[1] == 0;
643 return reporter.testDone()[1] == 0;
672 return reporter.testDone()[1] == 0;
691 return reporter.testDone()[1] == 0;
721 return reporter.testDone()[1] == 0;
826 reporter.testDone();
[all...]
/vbox/src/VBox/ValidationKit/tests/network/
H A DtdNetBenchmark1.py431 reporter.testDone();
433 reporter.testDone(fSkipped = True);
443 reporter.testDone();
445 reporter.testDone(fSkipped = True);
450 reporter.testDone(fSkipped = True);
452 reporter.testDone(fSkipped = True);
457 reporter.testDone(fSkipped = True);
459 reporter.testDone(fSkipped = True);
464 reporter.testDone(fSkipped = True);
466 reporter.testDone(fSkippe
[all...]
/vbox/src/VBox/ValidationKit/tests/cpu/
H A DtdCpuPae1.py247 reporter.testDone();
248 reporter.testDone();
250 return reporter.testDone()[1] == 0;
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstOs2.py240 reporter.testDone()
244 reporter.testDone()
H A DtdGuestOsInstTest1.py407 reporter.testDone()
413 reporter.testDone()
/vbox/src/VBox/ValidationKit/tests/usb/
H A DtdUsb1.py355 reporter.testDone(not fRc);
356 reporter.testDone();
357 reporter.testDone();
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxinstaller.py400 reporter.testDone(fSkipped = True);
409 reporter.testDone(fSkipped = True);
441 reporter.testDone();
464 reporter.testDone(fSkipped = (fRc is None));
H A Dvboxtestvms.py700 reporter.testDone(fSkipped = True);
725 reporter.testDone(fSkipped = True);
766 reporter.testDone(fSkipped = (rc2 is None));
768 reporter.testDone(fSkipped = cTests == cStartTests);
770 reporter.testDone(fSkipped = cTests == 0);
772 _, cErrors = reporter.testDone();
H A Dreporter.py221 def testDone(self, fSkipped, sCaller): member in class:ReporterBase
232 self.log(0, 'testDone on empty test stack!', sCaller, sTsPrf);
277 self.testDone(False, sCaller);
1201 We count these calls and testDone will use them to report PASSED or FAILED.
1213 We count these calls and testDone will use them to report PASSED or FAILED.
1238 def testDone(fSkipped = False): function
1245 rc = g_oReporter.testDone(fSkipped, utils.getCallerName());
H A Dvbox.py3108 reporter.testDone();
3154 reporter.testDone();
3222 reporter.testDone();
/vbox/src/VBox/ValidationKit/tests/shutdown/
H A DtdGuestOsShutdown1.py285 reporter.testDone()
353 reporter.testDone()
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py725 reporter.testDone(fSkipped = True);
731 reporter.testDone(fSkipped = True);
743 reporter.testDone(fSkipped);
/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py634 reporter.testDone(not fRc);
684 reporter.testDone();

Completed in 86 milliseconds