Lines Matching refs:uPort
414 fRc = fRc and oSession.setupTeleporter(False, uPort=6501, sPassword='password');
428 fRc = fRc and oSession.setupTeleporter(True, uPort=6502, sPassword='password');
531 fRc = oSession.setupTeleporter(fTeleporterEnabled, uPort=6502, sPassword='password');
704 fRc = oSession.setupTeleporter(True, uPort=6502, sAddress='no.such.hostname.should.ever.exist.duh');
759 def test1Sub2SetPort(self, oSession, uPort, fInvalid = False):
762 uOld = uPort;
768 oSession.o.machine.teleporterPort = uPort;
771 return reporter.testFailureXcpt('machine.teleporterPort=%u' % (uPort,));
774 return reporter.testFailureXcpt('machine.teleporterPort=%u succeeded unexpectedly' % (uPort,));
780 reporter.testFailure('machine.teleporterPort=%u but afterwards it is actually %u' % (uPort, uNew));
830 for uPort in range(0, 1000) + range(16000, 17000) + range(32000, 33000) + range(65000, 65536):
831 if not self.test1Sub2SetPort(oSession, uPort):
874 def test1Sub1DoTeleport(self, oSession, sHostname, uPort, sPassword, cMsMaxDowntime, hrcExpected, sTestName):
879 oProgress = oSession.o.console.teleport(sHostname, uPort, sPassword, cMsMaxDowntime);