Lines Matching refs:output
112 # This script produces false svcs(1) output, using
155 # This script produces false svcprop(1) output, using
205 echo "Completely bogus svcprop output. Sorry."
375 ret, output = self.depotconfig("", fill_missing_args=False,
377 self.assertTrue("Usage:" in output,
378 "No usage string printed: {0}".format(output))
379 ret, output = self.depotconfig("--help", out=True, exit=2)
380 self.assertTrue("Usage:" in output,
381 "No usage string printed: {0}".format(output))
392 ret, output, err = self.depotconfig(
404 ret, output, err = self.depotconfig("", out=True, stderr=True,
410 ret, output, err = self.depotconfig("-d blah={0}=/dev/null".format(
414 ret, output, err = self.depotconfig("-d blah={0}={1}".format(
423 ret, output, err = self.depotconfig("-c {0}".format(
432 ret, output, err = self.depotconfig("-h {0}".format(
441 ret, output, err = self.depotconfig("-l {0}".format(invalid_log),
457 ret, output, err = self.depotconfig("-p {0}".format(invalid_port),
466 ret, output, err = self.depotconfig("-r {0}".format(
475 ret, output, err = self.depotconfig(
485 ret, output, err = self.depotconfig("-T {0}".format(invalid_tmp),
494 ret, output, err = self.depotconfig("-t {0}".format(invalid_type),
626 ret, output = self.pkg(
629 self.assertTrue("path=usr/bin/new" in output)
666 ret, output = self.pkgrecv(command="-s {0}/default --newest".format(
670 self.assertTrue(sec_fmri_nobuild in output)
725 ret, output = self.pkgrepo("-s {0} list -F tsv".format(depot_url),
727 self.assertTrue("pkg://test1/sample@1.0" in output)
728 self.assertTrue("pkg://test1/new@1.0" not in output)
739 self.assertTrue("test1 1 online" in self.reduceSpaces(self.output))
767 ret, output = self.pkg("search -s {0} /usr/bin/new".format(windex_url),
769 self.assertTrue("usr/bin/new" in output)
770 ret, output = self.pkgrepo("-s {0} list -F tsv".format(windex_url),
772 self.assertTrue("pkg://test3/sample@1.0" in output)
773 self.assertTrue("pkg://test3/new@1.0" in output)
804 ret, output = self.pkg("search -s {0}/default -H -o action.hash "
806 file_hash = output.strip()
992 ret, output, err = self.depotconfig("--https "