Searched defs:TestBoxConnection (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxconnection.py | 47 Response object return by TestBoxConnection.request(). 66 # TestBoxConnection.postRequestRaw). 127 class TestBoxConnection(object): class in inherits:object 259 oConnection = TestBoxConnection(sTestManagerUrl, None, None); 279 oConnection = TestBoxConnection(sTestManagerUrl, sTestBoxId, sTestBoxUuid, fLongTimeout = not fBusy);
|
H A D | testboxscript_real.py | 59 from testboxconnection import TestBoxConnection; namespace 602 return TestBoxConnection(self._oOptions.sTestManagerUrl, self._idTestBox, self._sTestBoxUuid); 737 oResponse = TestBoxConnection.sendSignOn(self._oOptions.sTestManagerUrl, dParams); 823 (oResponse, oConnection) = TestBoxConnection.requestCommandWithConnection(self._oOptions.sTestManagerUrl,
|
Completed in 51 milliseconds