Searched refs:ksParam_aoDepTestCases (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmintestcase.py195 oForm.addListOfTestCases(TestCaseDataEx.ksParam_aoDepTestCases, aoTestCaseDeps, 'Depends on test cases')
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestcase.py758 ksParam_aoDepTestCases = 'TestCase_aoDepTestCases'; variable in class:TestCaseDataEx
925 if self.ksParam_aoDepTestCases in dErrors:
926 dErrors[self.ksParam_aoDepTestCases] += ' Depending on itself!';
928 dErrors[self.ksParam_aoDepTestCases] = 'Depending on itself!';

Completed in 275 milliseconds