Searched defs:txsclient (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dtst-txsclient.py5 Simple testcase for txsclient.py.
39 import testdriver.txsclient as txsclient namespace
93 print 'tst-txsclient.py [--hostname <addr|name>] [--port <num>] [--timeout <cMS>] [--reboot] [--reversed-setup]'
100 oSession = txsclient.openTcpSession(cMsTimeout, sAddress, fReversedSetup = fReversedSetup);
102 oSession = txsclient.openTcpSession(cMsTimeout, sAddress, uPort = uPort, fReversedSetup = fReversedSetup);
173 strUpFile = 'tst-txsclient-upload.bin';
174 strDwnFile = 'tst-txsclient-download.bin';
192 rc = oSession.syncUploadFile(strUpFile, '${SCRATCH}/tst-txsclient-uploaded.bin')
193 print('%s: PUT FILE(%s, ${SCRATCH}/tst-txsclient
[all...]
H A Dvboxwrappers.py43 from testdriver import txsclient; namespace
2485 oTxsSession = txsclient.tryOpenTcpSession(cMsTimeout, sHostname, fReversedSetup = fReversed,
2627 Calls txsclient.openTcpSession and switches our task to reflect the
2635 self.oTxsSession = txsclient.openTcpSession(self.cMsTimeout, sIpAddr, uPort, \
/vbox/src/VBox/ValidationKit/tests/usb/
H A Dusbgadget.py34 import testdriver.txsclient as txsclient; namespace
137 self.oTxsSession = txsclient.openTcpSession(cMsTimeout, sHostname);
139 self.oTxsSession = txsclient.openTcpSession(cMsTimeout, sHostname, uPort = uPort);

Completed in 62 milliseconds