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 ScriptException("--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')
385 parser.add_argument("--port", action="store", default=9017,
387 parser.add_argument("--host", action="store", default="127.0.0.1",
389 parser.add_argument("--verbose", action="store", type=int, default=0,
391 parser.add_argument("--pidfile", action="store",
393 parser.add_argument("--logfile", action="store",
395 parser.add_argument("--srcdir", action="store", help="test directory")
396 parser.add_argument("--id", action="store", help="server ID")
397 parser.add_argument("--ipv4", action="store_true", default=0,
398 help="IPv4 flag")
410 formatter = logging.Formatter("%(asctime)s %(levelname)-5.5s %(message)s")