Lines Matching refs:port
290 def __set_base_port(self, port):
293 raise RuntimeError("Setting the base port twice isn't "
295 self.__base_port = port
296 self.next_free_port = port
1552 show_on_expected_fail, a, cov, port, suite_name):
1578 test_suite.parallel_init(port + i * 20, i, cov)
1899 def run(self, suite_list, jobs, port, time_estimates, quiet,
1962 self.archive_dir, self.coverage, port,
3183 def prep_depot(self, port, repodir, logpath, refresh_index=False,
3192 self.debug("prep_depot: set depot port {0:d}".format(port))
3207 dc.set_port(port)
3225 self.debug("depot on port {0} started".format(port))
3575 # We pick an arbitrary base port. This could be more
3875 "port": self.https_port,
3991 # ServerName gives the name and port that the server uses to identify itself.
4134 # requests from localhost, and allowing CONNECTs to our HTTPS port
4150 # port, making sure that when we point pkg(1) to this bad proxy, operations
4427 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4429 The 'conf' parameter is a path to a httpd.conf file. The 'port'
4430 parameter is a port to run on. The 'work_dir' is a temporary
4441 self.__port = port
4499 "running on port {0:d} already!".format(self.__port))
4639 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4640 ApacheController.__init__(self, conf, port, work_dir,
4658 def __init__(self, conf, port, work_dir, testcase=None, https=False):
4659 ApacheController.__init__(self, conf, port, work_dir,