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

/pkg/src/tests/cli/
H A Dt_pkgrecv.py171 # pkgrecv can have an identical file being present in multiple packages
302 self.pkgrecv(command="--newest", exit=2)
303 self.pkgrecv(self.durl1, "-!", exit=2)
304 self.pkgrecv(self.durl1, "-p foo", exit=2)
305 self.pkgrecv(self.durl1, "-d {0} gold@1.0-1".format(self.tempdir),
307 self.pkgrecv(self.durl1, "-d {0} invalid.fmri@1.0.a".format(
310 self.pkgrecv(self.durl1, "-d {0} --mog-file fakefile --clone"
313 self.pkgrecv(self.durl1, "-d {0} --mog-file fakefile --a amber@1.0"
316 self.pkgrecv(self.durl1, "-d {0} --mog-file ++ amber@1.0"
320 self.pkgrecv(comman
[all...]
H A Dt_sysrepo.py428 self.pkgrecv(server_url=self.durl1, command="-a -d {0} sample".format(
466 self.pkgrecv(server_url=self.durl1, command="-d {0} sample".format(
558 self.pkgrecv(server_url=self.durl1, command="-a -d {0} sample".format(
581 self.pkgrecv(server_url=self.durl1,
614 self.pkgrecv(server_url=self.durl1, command="-a -d {0} sample".format(
695 self.pkgrecv(server_url=self.durl1,
1028 self.pkgrecv(server_url=self.durl,
H A Dt_pkgsign.py2900 self.pkgrecv(self.rurl2, "-d {0} example_pkg".format(self.rurl1))
2910 self.pkgrecv(self.rurl2, "-d {0} example_pkg".format(self.rurl1))
2920 self.pkgrecv(self.rurl2, "-d {0} example_pkg".format(self.rurl1))
2938 self.pkgrecv(self.rurl2, "-d {0} example_pkg".format(self.rurl1))
2970 self.pkgrecv(self.rurl2, "-d {0} example_pkg".format(self.rurl1))
2984 else, pkgrecv still works."""
3005 # of the transformed certificate file, as if pkgrecv had put it
3033 self.pkgrecv(self.rurl2, "-c {0} -d {1} '*'".format(
3039 nothing else, pkgrecv still works."""
3059 # of the transformed certificate file, as if pkgrecv ha
[all...]
H A Dt_pkg_composite.py225 self.pkgrecv(self.all_rurl, "-d {0} foo".format(self.foo_rurl))
229 self.pkgrecv(self.all_rurl, "-d {0} signed".format(self.signed_rurl))
H A Dt_pkg_nasty.py277 lambda: self.pkgrecv(self.durl,
279 # clean up pkgrecv "resume" turds
280 self.cmdline_run("rm -rf pkgrecv-*", exit=[0, 1],
284 """Test the pkgrecv command against a nasty depot."""
H A Dt_depot_config.py648 """A depot-config can act as a repository server for pkgrecv(1)
666 ret, output = self.pkgrecv(command="-s {0}/default --newest".format(
675 self.pkgrecv(command="-s {0}/default -m all-versions --raw "
H A Dt_pkg_refresh.py793 # Verify pkgrecv triggers expected cache headers.
795 self.pkgrecv("{0} -d {1} -D no_network_cache=true --raw"
H A Dt_pkg_temp_sources.py227 self.pkgrecv(self.all_rurl, "-d {0} foo".format(self.foo_rurl))
H A Dt_pkg_search.py1207 # pkgrecv the published package which only contains SHA-1
1209 self.pkgrecv(self.durl1, "-d {0} {1}".format(self.durl2,
H A Dt_pkg_install.py4980 # Test that pkgrecv, pkgrepo verify, pkg install and pkg verify
4982 self.pkgrecv("{0} -a -d {1} '*'".format(repo_dir,
4997 # Test that pkgrecv, pkgrepo verify, pkg install complains about
4999 self.pkgrecv("{0} -a -d {1} '*'".format(repo_dir,
H A Dt_pkgrepo.py3868 self.pkgrecv(self.rurl4, "--clone -d {0}".format(self.rdir5))
/pkg/src/svc/
H A Dsvc-pkg-mirror34 # When called using the 'refresh' method, it runs pkgrecv(1) to update a
46 # from ref_image that we pkgrecv from.
66 PKGRECV=/usr/bin/pkgrecv
292 # we want to pkgrecv from.
395 # Perform a pkgrecv from the given origin to the given repository.
453 # in the case of errors, getting the full pkgrecv output
460 # we only destroy the cache if a pkgrecv was successful
497 # shows a summary of each pkgrecv, listing a timestamp and the
504 # full pkgrecv(1) command that is executed.
508 # of each pkgrecv comman
[all...]
/pkg/src/tests/api/
H A Dt_api_list.py271 self.pkgrecv(self.rurl1, "-d {0} {1}".format(self.rurl4, plist[0]))
/pkg/src/tests/
H A Dpkg5unittest.py2637 def pkgrecv(self, server_url=None, command=None, exit=0, out=False, member in class:CliTestCase
2647 "usr/bin/pkgrecv {0}".format(" ".join(args)))
3741 def pkgrecv(self, command, *args, **kwargs): member in class:HTTPSTestClass
3747 return ApacheDepotTestCase.pkgrecv(self, command,

Completed in 104 milliseconds