Searched refs:actionCleanupAfter (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxinstaller.py173 def actionCleanupAfter(self): member in class:VBoxInstallerTestDriver
190 if not TestDriverBase.actionCleanupAfter(self):
H A Dbase.py1475 def actionCleanupAfter(self): member in class:TestDriverBase
1667 fRc2 = self.actionCleanupAfter();
H A Dvbox.py1371 reporter.log('actionCleanupAfter: NS_ShutdownXPCOM -> %s, nothing left behind.' % (hrc, ));
1373 reporter.log('actionCleanupAfter: NS_ShutdownXPCOM -> %s, leaving %s objects and %s interfaces behind...' \
1379 reporter.logXcpt('actionCleanupAfter: _DumpInterfaces failed');
1635 def actionCleanupAfter(self): member in class:TestDriver
1678 return base.TestDriver.actionCleanupAfter(self);

Completed in 57 milliseconds