Lines Matching +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config
2 # -*- coding: utf-8 -*-
22 # SPDX-License-Identifier: curl
119 # Here we write a mini config for the server
122 smb_config.set("global", "server_name", "SERVICE")
144 raise ScriptError("--srcdir is mandatory")
241 # Simple way to generate a fid
245 fakefid = conn_data["OpenedFiles"].keys()[-1] + 1
335 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8')
356 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
386 parser.add_argument("--port", action="store", default=9017,
388 parser.add_argument("--host", action="store", default="127.0.0.1",
390 parser.add_argument("--verbose", action="store", type=int, default=0,
392 parser.add_argument("--pidfile", action="store",
394 parser.add_argument("--logfile", action="store",
396 parser.add_argument("--srcdir", action="store", help="test directory")
397 parser.add_argument("--id", action="store", help="server ID")
398 parser.add_argument("--ipv4", action="store_true", default=0,
399 help="IPv4 flag")
409 formatter = logging.Formatter("%(asctime)s %(levelname)-5.5s %(message)s")