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

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommand.py110 sScriptZips = oResponse.getStringChecked(constants.tbresp.EXEC_PARAM_SCRIPT_ZIPS);
111 sScriptCmdLine = oResponse.getStringChecked(constants.tbresp.EXEC_PARAM_SCRIPT_CMD_LINE);
217 sZipUrl = oResponse.getStringChecked(constants.tbresp.UPGRADE_PARAM_URL)
279 sCmdName = oResponse.getStringChecked(constants.tbresp.ALL_PARAM_RESULT);
H A Dtestboxconnection.py82 def getStringChecked(self, sField): member in class:TestBoxResponse
H A Dtestboxscript_real.py741 sResult = oResponse.getStringChecked(constants.tbresp.ALL_PARAM_RESULT);
746 sTestBoxName = oResponse.getStringChecked(constants.tbresp.SIGNON_PARAM_NAME);

Completed in 791 milliseconds