/pkg/src/tests/api/ |
H A D | t_misc.py | 166 self.debug("mem_cap: " + str(mem_cap)) 167 self.debug("proc size: " + str(res)) 179 self.debug("mem_cap: " + str(mem_cap)) 180 self.debug("proc size: " + str(res)) 192 self.debug("mem_cap: " + str(mem_cap)) 193 self.debug("proc size: " + str(res))
|
H A D | t_client.py | 75 logger.debug("DEBUG") 90 logger.debug("DEBUG")
|
H A D | t_action.py | 282 self.debug(str(s)) 287 self.debug("a1 " + str(a)) 288 self.debug("a2 " + str(a2)) 296 self.debug(s) 324 # 'file path=etc/foo\nfacet.debug=true' is parsed as having a 325 # path attribute and a facet.debug attribute). 373 astr = 'file path=etc/foo\nfacet.debug=true' 374 expected = 'file NOHASH facet.debug=true path=etc/foo' 375 expattrs = { 'path': 'etc/foo', 'facet.debug': 'true' } 395 self.debug("a [all...] |
H A D | t_progress.py | 208 self.debug("-- final speed: {0:f}".format(sp.get_final_speed())) 209 self.debug("-- expected final speed: {0:f}".format(hunk * hunkspersec)) 210 self.debug(str(sp))
|
H A D | t_elf.py | 79 self.debug("testing elf file {0}".format(p))
|
H A D | t_pkglint.py | 1877 file nohash variant.debug.osnet=True elfarch=i386 elfbits=64 elfhash=2d5abc9b99e65c52c1afde443e9c5da7a6fcdb1e group=bin mode=0755 owner=root path=usr/bin/xfs pkg.csize=68397 pkg.size=177700 variant.arch=i386 1899 file nohash variant.debug.osnet=True elfarch=i386 elfbits=64 elfhash=2d5abc9b99e65c52c1afde443e9c5da7a6fcdb1e group=bin mode=0755 owner=root path=usr/bin/xfs pkg.csize=68397 pkg.size=177700 variant.arch=i386 2283 self.debug("running lint checks on {0}".format(manifest)) 2308 self.debug("\n".join(lint_logger.messages)) 2955 self.debug("running lint checks on {0}".format(manifest)) 2974 self.debug("\n".join(lint_logger.messages)) 3184 self.debug(lint_msgs)
|
H A D | t_api_info.py | 356 self.debug("Testing package {0} ...".format(p)) 367 self.debug("Testing with bad action "
|
/pkg/src/modules/ |
H A D | pipeutils.py | 132 def __init__(self, fd, debug_label, debug=pipeutils_debug, 144 self.debug = debug 155 if not self.debug: 175 if not self.debug: 323 def __init__(self, fd, debug_label, debug=pipeutils_debug, 326 PipeFile.__init__(self, fd, debug_label, debug=debug, 337 return PipeFile(dup_fd, self.debug_label, debug=self.debug, [all...] |
/pkg/src/tests/cli/ |
H A D | t_publish_api.py | 71 self.debug("{0}: {1}".format(pkg_fmri, pkg_state)) 97 self.debug("{0}: {1}".format(pkg_fmri, pkg_state))
|
H A D | t_pkg_nasty.py | 140 self.debug("---- Last 50 depot log entries:") 145 self.debug("".join(lines[-50:])) 147 self.debug("Failed to print log entries") 156 self.debug( 166 self.debug("Note: Repeated failures for '{0}' " 196 self.debug("---- Iteration {0:d}/{1:d} ----".format( 202 self.debug("---- Iteration {0:d}/{1:d} FAILED ----".format(
|
H A D | t_pkg_intent.py | 104 self.debug("check for intent entries in {0}".format(logpath)) 126 self.debug("Intent log entries:\n{0}".format( 128 self.debug("Unable to match:\n{0}".format(expected))
|
H A D | t_pkgdep_resolve.py | 53 depend fmri=__TBD pkg.debug.depend.file=var/log/syslog pkg.debug.depend.reason=usr/bar pkg.debug.depend.type=hardlink type=require 54 depend fmri=__TBD pkg.debug.depend.file=var/log/syslog pkg.debug.depend.reason=usr/foo pkg.debug.depend.type=hardlink type=require 60 depend fmri=__TBD pkg.debug.depend.file=var/log/authlog pkg.debug.depend.reason=baz pkg.debug.depend.type=hardlink type=require 65 depend fmri=__TBD pkg.debug [all...] |
H A D | t_pkg_refresh.py | 121 self.debug("check for operation entries in {0}".format(logpath)) 147 self.debug("Found {0} for {1} /{2}/{3}/".format(entries, method, op, 353 self.debug("check for HTTP cache headers in {0}".format( 359 self.debug("line: {0}".format(line)) 360 self.debug("hdr: {0} spos: {1}".format(hdr, spos)) 364 self.debug("l: {0}".format(l)) 769 """Verify that debug value no_network_cache works for
|
H A D | t_pkgsend.py | 760 self.debug(mf.read()) 1012 self.debug("Expected exit code {0} " 1540 self.debug("=" * 70) 1541 self.debug("Testing: {0}".format(pathnames,)) 1548 self.debug("-" * 70) 1549 self.debug("Testing: {0} {1}".format(target, links)) 1573 self.debug("EXPECTED:\n" + expected_mf + 40 * "=") 1592 self.debug(diffs)
|
H A D | t_pkgsurf.py | 677 self.debug("{0}: {1:d} {2:d}".format(str(s), len(ta), len(ra))) 757 self.debug("{0}: {1:d} {2:d}".format(str(s), len(ta),
|
H A D | t_pkg_info.py | 415 self.debug("Testing package {0} ...".format(p)) 426 self.debug("Testing with bad action "
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 189 str += "| <no debug buffer>\n" 198 def __init__(self, comment = None, debug=None): 201 self.__debug = debug 216 the test case class' debug() method. 224 self.test_case.debug(record) 228 # to debug output so they are not shown by default. 519 def debug(self, s): function 535 self.debug(" \\\n".join(res)) 552 self.debug(output.strip()) 557 self.debug("[exite 4297 def debug(s): function 4477 def debug(self, msg): member in class:ApacheController [all...] |
H A D | pkg5testenv.py | 32 def setup_environment(path_to_proto, debug=False, system_test=False):
|
/pkg/src/svc/ |
H A D | svc-pkg-mirror | 52 # config/debug a boolean, 'true' or 'false'; whether 416 typeset debug_flag=$($SVCPROP -p config/debug $SMF_FMRI) 503 # If 'config/debug' is set, then this file will also include the 510 # mirror.<instance>.log. If 'config/debug' is set, the contents 519 typeset debug_flag=$($SVCPROP -p config/debug $SMF_FMRI)
|
/pkg/src/util/publish/ |
H A D | pkglint.py | 62 def debug(message): function 63 logger.debug(message)
|
/pkg/src/modules/lint/ |
H A D | base.py | 259 engine.debug(traceback.format_exc(err), 351 engine.debug(traceback.format_exc(err),
|
H A D | engine.py | 361 self.logger.debug("Loading module {0}".format(name)) 642 self.logger.debug(_("Total number of checks found: {0}").format( 868 self.logger.debug(_("Creating image at {0}").format(image_dir)) 962 self.debug(_("Checking {0}").format(manifest.fmri), 1002 def debug(self, message, msgid=None, ignore_linted=False): member in class:LintEngine 1003 """Log a debug message to all loggers.""" 1005 log.debug(message, msgid=msgid,
|
H A D | pkglint_action.py | 160 engine.logger.debug( 188 engine.logger.debug( 208 engine.logger.debug( 1013 engine.logger.debug(_("Seeding reference action dictionaries.")) 1018 engine.logger.debug(_("Seeding lint action dictionaries.")) 1025 engine.logger.debug(_("Seeding local action dictionaries."))
|
H A D | log.py | 141 def debug(self, message, msgid=None, ignore_linted=False): member in class:LogFormatter
|
H A D | pkglint_manifest.py | 96 engine.logger.debug( 103 engine.logger.debug( 284 variant.debug.* variants 305 return varname.startswith("variant.debug")
|