Searched refs:conf (Results 1 - 14 of 14) sorted by relevance

/pkg/src/tests/api/
H A Dt_config.py1120 def _verify_initial_state(self, conf, exp_version, ver_defs=None,
1131 conf_idx = conf.get_index()
1132 self.assertEqual(conf.version, exp_version)
1170 act_types = map_types(conf.get_sections())
1229 conf = cfg.Config()
1230 conf.set_property("section", "property", "value")
1231 conf.write()
1238 conf = cfg.Config()
1239 self._verify_initial_state(conf, 0, {},
1243 conf
[all...]
/pkg/src/
H A Dpkgrepo.py215 def subcmd_remove(conf, args):
228 conf["repo_uri"] = parse_uri(arg)
235 if not conf.get("repo_uri", None):
238 repo = get_repo(conf, read_only=False, subcommand=subcommand)
280 def get_repo(conf, allow_invalid=False, read_only=True, subcommand=None):
286 repo_uri = conf["repo_uri"]
334 def subcmd_add_publisher(conf, args):
342 conf["repo_uri"] = parse_uri(arg)
344 repo_uri = conf.get("repo_uri", None)
364 repo = get_repo(conf, read_onl
[all...]
H A Ddepot.py924 conf = { variable
933 conf["/"]["request.dispatch"] = Pkg5Dispatcher()
952 conf["/"][entry] = proxy_conf[entry]
974 cherrypy.quickstart(root, config=conf)
/pkg/src/svc/
H A Dsvc-pkg-sysrepo137 ${HTTPD} -f ${SYSREPO_RUNTIME_DIR}/sysrepo_httpd.conf \
147 ${HTTPD} -f ${SYSREPO_RUNTIME_DIR}/sysrepo_httpd.conf \
153 ${HTTPD} -f ${SYSREPO_RUNTIME_DIR}/sysrepo_httpd.conf \
H A Dsvc-pkg-depot248 ${HTTPD} -f ${depot_runtime_dir}/depot_httpd.conf \
261 ${HTTPD} -f ${depot_runtime_dir}/depot_httpd.conf \
279 ${HTTPD} -f ${depot_runtime_dir}/depot_httpd.conf \
/pkg/src/util/apache2/sysrepo/
H A Dreference_httpd.conf387 # Include all the .conf configuration files in the
388 # /etc/apache2/2.4/conf.d/ directory.
391 # /etc/apache2/2.4/conf.d/ directory to add extra features
397 # /etc/apache2/2.4/samples-conf.d directory. To use a
398 # sample .conf file, copy it to /etc/apache2/2.4/conf.d
401 IncludeOptional /etc/apache2/2.4/conf.d/*.conf
/pkg/src/modules/lint/
H A Dengine.py330 self.conf = self.load_config(config_file, verbose=verbose)
405 conf = pkg.lint.config.PkglintConfig(
413 excl = conf.get("pkglint", "pkglint.exclude")
422 self.version_pattern = conf.get("pkglint",
427 for key, value in conf.items("pkglint"):
433 conf)
440 conf)
456 lint_log.level = conf.get("pkglint",
460 self.do_pub_checks = conf.getboolean("pkglint",
466 self.use_tracker = conf
[all...]
H A Dpkglint_action.py635 for conf in conf_ac:
636 conflicts.append((pfm, conf))
/pkg/src/util/mkcert/
H A Dmkcert.c37 #include <openssl/conf.h>
/pkg/src/tests/cli/
H A Dt_depot_config.py76 # present in the httpd.conf later.
209 # A very minimal httpd.conf, which contains an Include directive
210 # that we will use to reference our pkg5 depot-config.conf file. We leave
246 # Reference the depot.conf file generated by pkg.depot-config, which makes this
271 self.default_depot_runtime, "depot_httpd.conf")
273 self.default_depot_runtime, "depot.conf")
305 for index, conf in enumerate(_svcs_conf):
306 fmri = conf[0]
307 state = conf[1]
364 # the httpd.conf shoul
[all...]
H A Dt_pkg_sysrepo.py376 conf_path = os.path.join(instance_dir, "https.conf")
486 conf_dir = os.path.join(self.test_root, "apache-conf",
495 "apache-conf", name, "sysrepo_httpd.conf")
507 base_dir = os.path.join(self.test_root, "apache-conf", name,
518 shutil.copy(os.path.join(self.test_root, "apache-conf", name,
536 self.acs["sysrepo"].conf = self.apache_confs[name]
684 sc.conf = self.apache_confs["all-access"]
686 sc.conf = self.apache_confs["none"]
707 sc.conf
[all...]
H A Dt_sysrepo.py69 "sysrepo_httpd.conf")
241 "sysrepo_httpd.conf")
243 "sysrepo_httpd.conf")
263 conf = self.alt_sc_conf
265 self.alt_sc = pkg5unittest.SysrepoController(conf,
299 # 1. grep for the Cache keyword in the httpd.conf
338 # 1. grep for the logs dir in the httpd.conf
725 "sysrepo_httpd.conf")
855 # sysrepo_httpd.conf generated from the cache remains identical
859 "test_16_config_cache_sysrepo_httpd.conf
[all...]
/pkg/src/util/apache2/depot/
H A Ddepot_index.py417 setup, grabbing configuration from httpd.conf, then redirecting.
810 conf = {"/": variable
812 application = cherrypy.Application(wsgi_depot, None, config=conf)
/pkg/src/tests/
H A Dpkg5unittest.py1090 conf = configparser.RawConfigParser()
1093 conf.readfp(f)
1095 conf.read_file(f)
1098 conf.set(section, key, config[key])
1100 conf.write(new_rcfile)
3886 "https.conf")
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'
4440 self.__conf_path = os.path.join(work_dir, "httpd.conf")
4462 conf = property(__get_conf, __set_conf) variable in class:ApacheController
[all...]

Completed in 51 milliseconds