Searched refs:sysrepo (Results 1 - 6 of 6) sorted by relevance

/pkg/src/tests/cli/
H A Dt_sysrepo.py78 self.register_apache_controller("sysrepo", self.sc)
82 """A very basic test to see that we can start the sysrepo."""
85 self.sysrepo("", exit=2, fill_missing_args=False)
87 self.sysrepo("")
94 ret, output = self.sysrepo("--help", out=True, exit=2)
102 ret, output, err = self.sysrepo("-R {0}".format(invalid_root),
111 ret, output, err = self.sysrepo("-c {0}".format(invalid_cache),
120 ret, output, err = self.sysrepo("-h {0}".format(invalid_host),
129 ret, output, err = self.sysrepo("-l {0}".format(invalid_log),
136 ret, output, err = self.sysrepo("
[all...]
H A Dt_pkg_sysrepo.py195 # configuration is used by pkg.sysrepo to create the
394 'use_config_cache' causes us to call pkg.sysrepo twice for each
395 configuration, ensuring that we use the pkg.sysrepo config
465 # Call self.sysrepo so that a config cache is
466 # created. The subsequent call to self.sysrepo
469 self.sysrepo("-l {log_locs} -p {port} "
476 self.sysrepo("-l {log_locs} -p {port} "
530 if update_conf and "sysrepo" in self.acs:
536 self.acs["sysrepo"].conf = self.apache_confs[name]
571 repository when we're using a cached pkg.sysrepo confi
[all...]
H A Dt_pkg_install.py1355 self.sysrepo("")
1367 self.register_apache_controller("sysrepo", sc)
1542 # 'use-system-repo=True', the configuration of the sysrepo
1545 self.sysrepo("")
1557 self.register_apache_controller("sysrepo", sc)
/pkg/src/svc/
H A Dsvc-pkg-sysrepo29 APACHE_ETC_ROOT=/etc/pkg/sysrepo
69 # process, pkg.sysrepo is still used to check the
72 /usr/lib/pkg.sysrepo \
83 check_failure $? "pkg.sysrepo: failed to create Apache configuration"
/pkg/src/util/apache2/sysrepo/
H A Dsysrepo_p5p.py126 "{htdocs_path}/{pub}/{hsh}/sysrepo.timestamp".format(
383 sysrepo = SysrepoP5p(environ, start_response)
384 result = sysrepo.execute()
385 return result, sysrepo
/pkg/src/tests/
H A Dpkg5unittest.py661 "etc/pkg/sysrepo")
2876 def sysrepo(self, args, exit=0, out=False, stderr=False, comment="", member in class:CliTestCase
2896 "usr/lib/pkg.sysrepo {0}".format(args))

Completed in 725 milliseconds