/pkg/src/tests/cli/ |
H A D | t_pkg_sysrepo.py | 117 test1\ttrue\ttrue\ttrue\torigin\tonline\t{durl1}/\thttp://localhost:{port} 118 test12\tfalse\ttrue\ttrue\torigin\tonline\t{durl2}/\thttp://localhost:{port} 119 test3\ttrue\ttrue\ttrue\torigin\tonline\t{durl3}/\thttp://localhost:{port} 348 # This apache instance will need a free port. 365 "port": https_port, 386 def __prep_configuration(self, names, port=None, 392 'port' if used overrides the default port to be used. 399 if not port: 400 port 1143 port=self.sysrepo_port) variable 1218 port=self.sysrepo_port) variable 1242 port=self.sysrepo_port) variable 1582 port=self.sysrepo_port) variable [all...] |
H A D | t_sysrepo.py | 135 port = self.next_free_port 137 invalid_log, port), out=True, stderr=True, exit=0) 143 """We return an error given an invalid port""" 294 port = self.next_free_port 296 cache_dir, port)) 318 self.sysrepo("-c {0} -p {1}".format(cache_dir, port)) 322 self.sysrepo("-c {0} -p {1}".format(cache_dir, port)) 334 port = self.next_free_port 335 self.sysrepo("-l {0} -p {1}".format(logs_dir, port)) 349 """Our port valu [all...] |
H A D | t_depot_config.py | 216 Listen {port} 447 port = self.next_free_port 448 self.depotconfig("-l {0} -p {1}".format(invalid_log, port), 454 """We return an error given an invalid port""" 890 port=self.depot_port,
|
/pkg/src/ |
H A D | depot-config.py | 141 [-c cache_dir] [-s cache_size] [-p port] [-h hostname] 189 cache_dir, cache_size, host, port, sroot, 206 port the port on which Apache should listen 257 # check our port 260 num = int(port) 263 _("invalid port: {0}").format(port)) 266 _("invalid port: {0}").format(port)) [all...] |
H A D | sysrepo.py | 165 pkg.sysrepo -p <port> [-R image_root] [ -c cache_dir] [-h hostname] 548 def _write_httpd_conf(runtime_dir, log_dir, template_dir, host, port, cache_dir, 580 # check our port 582 num = int(port) 585 _("invalid port: {0}").format(port)) 587 raise SysrepoException(_("invalid port: {0}").format( 588 port)) 640 port=port, [all...] |
H A D | depot.py | 51 # The default host/port(s) to serve data from. 154 Usage: /usr/lib/pkg.depotd [-a address] [-d inst_root] [-p port] [-s threads] 169 -p port The port number on which the instance should listen for 223 requests on the provided port. 233 requests on the provided port. 313 ivalues["pkg"]["port"] = arg 606 port = dconf.get_property("pkg", "port") variable 613 elif not port [all...] |
H A D | setup.py | 1540 ("port=", "z", "lowest port to start a depot on"), 1567 self.port = 12001
|
/pkg/src/svc/ |
H A D | svc-pkg-sysrepo | 91 getprop config/port
|
H A D | svc-pkg-depot | 184 # hanging onto the server port, which causes problems 222 check_prop ${depot_port} config/port
|
/pkg/src/tests/ |
H A D | run.py | 84 -z <port> Lowest port the test suite should use 122 ["generate-baseline", "parseable", "port", "timing", 139 port = 12001 172 port = int(arg) 174 print("The provided port must be an integer.", 504 res = runner.run(suite_list, jobs, port,
|
H A D | pkg5unittest.py | 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 { [all...] |
/pkg/src/modules/client/transport/ |
H A D | mdetect.py | 128 full_name, host_target, port, txt_record):
|
/pkg/src/zoneproxy/zoneproxyd/ |
H A D | zoneproxyd.c | 71 #include <port.h> 108 #define SYSREPO_PORT "port" 253 (void) fprintf(stderr, "Usage: zoneproxyd [-s host:port]\n"); 1393 * is able to dissociate the listener from the port, it may remove the listener. 1427 * Didn't find the event associated with the port. Another 1832 char *port = NULL; local 1838 if ((port = malloc(CONF_STR_SZ)) == NULL) { 1896 port, CONF_STR_SZ) < 0) { 1911 pc->pc_proxy_port = port; 1919 free(port); [all...] |
/pkg/src/modules/ |
H A D | pipeutils.py | 393 def __init__(self, fd, port=None): 394 assert port is None
|
H A D | depotcontroller.py | 127 def set_port(self, port): 129 self.__port = port 412 "running on port {0:d} already!".format(self.__port))
|
/pkg/src/modules/client/ |
H A D | imageconfig.py | 676 # if the system-repository port 1125 port = smf.get_prop( 1136 port = smf.get_prop( 1138 "config/port") 1141 self.__proxy_url = "http://{0}:{1}".format(host, port)
|
/pkg/src/modules/server/ |
H A D | depot.py | 2004 self.port = gconf["server.socket_port"] 2014 netloc = "{0}:{1}".format(socket.getfqdn(), self.port) 2046 port=self.port, txtRecord=txt_r, 2189 cfg.PropInt("port"),
|