Searched defs:TMExceptionBase (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbuildblacklist.py33 from testmanager.core.base import ModelDataBase, ModelLogicBase, TMExceptionBase namespace
89 raise TMExceptionBase('Build Blacklist item not found.')
116 raise TMExceptionBase('idBlacklisting=%s not found (tsNow=%s sPeriodBack=%s)'
191 raise TMExceptionBase('editEntry invalid input: %s' % (dErrors,));
H A Dfailurecategory.py33 from testmanager.core.base import ModelDataBase, ModelLogicBase, TMExceptionBase namespace
73 raise TMExceptionBase('Failure Category not found.');
216 raise TMExceptionBase(
H A Dfailurereason.py33 from testmanager.core.base import ModelDataBase, ModelLogicBase, TMExceptionBase namespace
82 raise TMExceptionBase('Failure Reason not found.');
270 raise TMExceptionBase(
H A Dsystemlog.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
89 raise TMExceptionBase('SystemLog row not found.');
138 raise TMExceptionBase('Unknown event type "%s"' % (sEvent,));
H A Dvcsrevisions.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
73 raise TMExceptionBase('VcsRevision not found.');
89 raise TMExceptionBase('sRepository = %s iRevision = %u not found' % (sRepository, iRevision, ));
145 raise TMExceptionBase('VcsRevisions has a primary key problem: %u duplicates' % (len(aaoRows),));
162 raise TMExceptionBase('Invalid data passed to addCvsRevision(): %s' % (dDataErrors,));
H A Dbuildsource.py37 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
92 raise TMExceptionBase('Build source not found.');
120 raise TMExceptionBase('idBuildSrc=%s not found (tsNow=%s sPeriodBack=%s)' % (idBuildSrc, tsNow, sPeriodBack,));
209 raise TMExceptionBase('addEntry invalid input: %s' % (dErrors,));
251 raise TMExceptionBase('addEntry invalid input: %s' % (dErrors,));
305 raise TMExceptionBase('Build source #%d is used by one or more scheduling groups: %s'
437 raise TMExceptionBase('A build source with name "%s" already exist.' % (oData.sName,));
H A Dglobalresource.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
79 raise TMExceptionBase('Global resource not found.')
101 raise TMExceptionBase('idGlobalRsrc=%s not found (tsNow=%s sPeriodBack=%s)' % (idGlobalRsrc, tsNow, sPeriodBack,));
222 raise TMExceptionBase('Global resource not found.')
H A Duseraccount.py37 from testmanager.core.base import ModelDataBase, ModelLogicBase, ModelDataBaseTestCase, TMExceptionBase; namespace
77 raise TMExceptionBase('User not found.');
100 raise TMExceptionBase('uid=%s not found (tsNow=%s sPeriodBack=%s)' % (uid, tsNow, sPeriodBack,));
188 raise TMExceptionBase('Found more than one user account with the same credentials. Database structure is corrupted.')
H A Dbuild.py39 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
78 raise TMExceptionBase('BuildCategory not found.');
96 raise TMExceptionBase('idBuildCategory=%s not found' % (idBuildCategory, ));
222 raise TMExceptionBase('Build category #%d is used by %d builds and can therefore not be deleted.'
298 raise TMExceptionBase('Invalid data passed to addBuildCategory(): %s' % (dDataErrors,));
365 raise TMExceptionBase('Build not found.');
391 raise TMExceptionBase('idBuild=%s not found (tsNow=%s sPeriodBack=%s)' % (idBuild, tsNow, sPeriodBack,));
445 raise TMExceptionBase('Build not found.');
463 raise TMExceptionBase('idBuild=%s not found (tsNow=%s sPeriodBack=%s)' % (idBuild, tsNow, sPeriodBack,));
467 raise TMExceptionBase('No
[all...]
H A Dreport.py33 from testmanager.core.base import ModelLogicBase, TMExceptionBase; namespace
115 raise TMExceptionBase(self.sSubject);
325 raise TMExceptionBase('Invalid graph value "%s"' % (sCur,));
329 raise TMExceptionBase('Invalid graph value type "%s" (full: "%s")' % (sType, sCur,));
334 except: raise TMExceptionBase('Invalid graph value id "%s" (full: "%s")' % (sIdStr, sCur,));
336 raise TMExceptionBase('Invalid graph value id "%u" (full: "%s")' % (idStr, sCur,));
H A Dtestboxstatus.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
94 raise TMExceptionBase('TestBoxStatus not found.');
177 raise TMExceptionBase('tryFetchStatusForCommandReq got %s rows for idTestBox=%s' % (cRows, idTestBox));
H A Dtestcaseargs.py38 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
94 raise TMExceptionBase('TestBoxStatus not found.');
120 raise TMExceptionBase('idTestCaseArgs=%s not found (tsNow=%s sPeriodBack=%s)'
186 raise TMExceptionBase('Do not call me: %s' % (aoRow,))
216 raise TMExceptionBase('Not implemented');
219 raise TMExceptionBase('Not implemented');
222 raise TMExceptionBase('Not implemented');
H A Dtestgroup.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase namespace
77 raise TMExceptionBase('Test group member not found.')
232 raise TMExceptionBase('Test group not found.')
253 raise TMExceptionBase('idTestGroup=%s not found (tsNow=%s sPeriodBack=%s)' % (idTestGroup, tsNow, sPeriodBack,));
420 raise TMExceptionBase('addEntry invalid input: %s' % (dErrors,));
453 raise TMExceptionBase('editEntry invalid input: %s' % (dErrors,));
483 raise TMExceptionBase('Duplicate test group member: idTestCase=%d (%s / %s)'
527 raise TMExceptionBase('Test group #%d is member of one ore more scheduling groups: %s'
647 raise TMExceptionBase('Found more than one test groups with the same credentials. Database structure is corrupted.')
666 raise TMExceptionBase('
[all...]
H A Dtestset.py40 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
138 raise TMExceptionBase('TestSet not found.');
172 raise TMExceptionBase('idTestSet=%s not found' % (idTestSet,));
289 raise TMExceptionBase('TestSet %s is already completed as %s.' % (idTestSet, oData.enmStatus));
437 raise TMExceptionBase('TestSet %s is already completed as %s.' % (idTestSet, oData.enmStatus));
483 raise TMExceptionBase('Cannot create files on a test set with status "%s".' % (oTestSet.enmStatus,));
494 raise TMExceptionBase('Uploaded too many files already (%d).' % (self._oDb.getRowCount(),));
506 raise TMExceptionBase('Will exceed total upload limit: %u bytes + %u bytes > %s MiB.' \
520 raise TMExceptionBase('No open test results - someone committed a capital offence or we ran into a race.');
534 raise TMExceptionBase('Faile
[all...]
H A Dschedgroup.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase; namespace
91 raise TMExceptionBase('SchedGroupMember not found.');
208 raise TMExceptionBase('SchedGroup not found.');
233 raise TMExceptionBase('idSchedGroup=%s not found (tsNow=%s, sPeriodBack=%s)' % (idSchedGroup, tsNow, sPeriodBack));
483 raise TMExceptionBase('Invalid data passed to addEntry: %s' % (dDataErrors,));
485 raise TMExceptionBase('Scheduling group "%s" already exists.' % (oData.sName,));
525 raise TMExceptionBase('editEntry got invalid data: %s' % (dErrors,));
574 raise TMExceptionBase('Cannot remove the default scheduling group (id 1).');
585 raise TMExceptionBase('Scheduling group #%d is associated with one or more test boxes: %s'
597 raise TMExceptionBase('Mor
[all...]
H A Dtestboxcontroller.py44 from testmanager.core.base import TMExceptionBase; namespace
58 class TestBoxControllerException(TMExceptionBase):
H A Dbase.py49 class TMExceptionBase(Exception): class in inherits:Exception
55 class TMTooManyRows(TMExceptionBase):
154 raise TMExceptionBase('Unable to classify "%s" (prefix %s)' % (sAttr, sPrefix));
291 raise TMExceptionBase('Unable to classify "%s" (prefix %s)' % (sAttr, sPrefix));
H A Dschedulerbase.py41 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, TMExceptionBase; namespace
251 raise TMExceptionBase('Incorrectly sorted testgroups returned by database.');
258 raise TMExceptionBase('Incorrectly sorted testcases returned by database.');
372 raise TMExceptionBase('SchedQueueData not found.');
H A Dtestbox.py36 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase, \
173 raise TMExceptionBase('TestBox not found.');
219 raise TMExceptionBase('idTestBox=%s not found (tsNow=%s sPeriodBack=%s)' % (idTestBox, tsNow, sPeriodBack,));
295 raise TMExceptionBase('Database integrity error: %u hits' % (self._oDb.getRowCount(),));
401 raise TMExceptionBase('Invalid data passed to create(): %s' % (dDataErrors,));
511 raise TMExceptionBase('Invalid data passed to create(): %s' % (dDataErrors,));
604 raise TMExceptionBase('Insert failed? oRow=None');
37 ChangeLogEntry, AttributeChangeEntry; namespace
H A Dtestcase.py39 from testmanager.core.base import ModelDataBase, ModelDataBaseTestCase, ModelLogicBase, TMExceptionBase, \
77 raise TMExceptionBase('Test case not found.');
216 raise TMExceptionBase('Test case not found.');
471 raise TMExceptionBase('Test case not found.');
499 raise TMExceptionBase('idTestCase=%s not found (tsNow=%s sPeriodBack=%s)' % (idTestCase, tsNow, sPeriodBack,));
1131 raise TMExceptionBase('Invalid input data: %s' % (dErrors,));
1175 raise TMExceptionBase('Invalid input data: %s' % (dErrors,));
1340 raise TMExceptionBase('Too many prerequisites for testcase %s: %s, max %s'
40 ChangeLogEntry, AttributeChangeEntry; namespace
H A Dtestresults.py39 from testmanager.core.base import ModelDataBase, ModelLogicBase, ModelDataBaseTestCase, TMExceptionBase, TMTooManyRows; namespace
112 raise TMExceptionBase('Test result record not found.')
203 raise TMExceptionBase('Test result value record not found.')
269 raise TMExceptionBase('Test result value record not found.')
331 raise TMExceptionBase('Test result file record not found.')
461 raise TMExceptionBase('Test result record not found.')
502 class TestResultHangingOffence(TMExceptionBase):
584 raise TMExceptionBase('Unknown grouping type')
587 raise TMExceptionBase('Unknown grouping type')
819 raise TMExceptionBase('Foun
[all...]
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuibase.py38 from testmanager.core.base import ModelDataBase, TMExceptionBase; namespace
44 class WuiException(TMExceptionBase):
H A Dwuimain.py39 from testmanager.core.base import TMExceptionBase, TMTooManyRows; namespace
700 raise TMExceptionBase('Unknown grouping type')

Completed in 102 milliseconds