Lines Matching +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config
2 # -*- coding: utf-8 -*-
22 # SPDX-License-Identifier: curl
74 # Here we write a mini config for the server
77 smb_config.set("global", "server_name", "SERVICE")
99 raise ScriptException("--srcdir is mandatory")
188 # Simple way to generate a fid
192 fakefid = conn_data["OpenedFiles"].keys()[-1] + 1
282 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8')
303 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
332 parser.add_argument("--port", action="store", default=9017,
334 parser.add_argument("--host", action="store", default="127.0.0.1",
336 parser.add_argument("--verbose", action="store", type=int, default=0,
338 parser.add_argument("--pidfile", action="store",
340 parser.add_argument("--logfile", action="store",
342 parser.add_argument("--srcdir", action="store", help="test directory")
343 parser.add_argument("--id", action="store", help="server ID")
344 parser.add_argument("--ipv4", action="store_true", default=0,
345 help="IPv4 flag")
357 formatter = logging.Formatter("%(asctime)s %(levelname)-5.5s %(message)s")