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

/vbox/src/VBox/ValidationKit/common/constants/
H A Dtbreq.py86 RESULT_PARAM_TEST_SET_ID = 'TEST_SET_ID' variable
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestboxcontroller.py886 if constants.tbreq.RESULT_PARAM_TEST_SET_ID in dParams:
887 sTestSetId = dParams[constants.tbreq.RESULT_PARAM_TEST_SET_ID];
894 % (constants.tbreq.RESULT_PARAM_TEST_SET_ID, sTestSetId));
899 % (constants.tbreq.RESULT_PARAM_TEST_SET_ID, dParams,));
915 self._asCheckedParams.append(constants.tbreq.RESULT_PARAM_TEST_SET_ID);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py573 constants.tbreq.RESULT_PARAM_TEST_SET_ID: self.idTestSet,

Completed in 47 milliseconds