Lines Matching refs:manifests

1153 # manifests, but we shouldn't trigger the duplicate dependency error
1763 # We deliver SMF manifests, with correct org.opensolaris.smf.fmri tags
1780 # We deliver SMF manifests, but don't declare an org.opensolaris.smf.fmri tag
2290 manifests = read_manifests([manifest], lint_logger)
2291 lint_engine.setup(lint_manifests=manifests)
2346 manifests = read_manifests([mf_path], lint_logger)
2360 lint_engine.setup(lint_manifests=manifests)
2594 # A set of manifests to be linted. Note that these are all self
2597 # manifests, as imported to our reference repository.
2963 manifests = read_manifests([manifest], lint_logger)
2966 lint_manifests=manifests)
3003 manifests = read_manifests([path], lint_logger)
3007 lint_manifests=manifests, release="140")
3044 """The lint manifests in this test class should be lint-clean
3059 manifests = read_manifests([manifest], lint_logger)
3060 lint_engine.setup(lint_manifests=manifests)
3077 "manifests that should contain no errors: {0} {1}".format(
3102 manifests = read_manifests([legacy, renamed_new], lint_logger)
3107 ref_uris=[self.ref_uri], lint_manifests=manifests)
3134 manifests = read_manifests([legacy, renamed_self_depend],
3140 ref_uris=[self.ref_uri], lint_manifests=manifests)
3170 manifests = read_manifests([renamed_old, compat_legacy],
3176 ref_uris=[self.ref_uri], lint_manifests=manifests)
3191 manifests = read_manifests([legacy, compat_legacy],
3197 ref_uris=[self.ref_uri], lint_manifests=manifests)
3250 manifests = read_manifests([move_src, move_dst], lint_logger)
3254 ref_uris=[self.ref_uri], lint_manifests=manifests)
3267 manifests = read_manifests([move_dst], lint_logger)
3271 ref_uris=[self.ref_uri], lint_manifests=manifests)
3296 # The following two manifests check that given a package in the lint repository,
3339 it returns appropriate manifests for the lint and reference
3358 manifests = read_manifests([lint_mf], lint_logger)
3395 # the lint manifests do still return None.
3400 lint_manifests=manifests)
3631 manifests = []
3669 manifests.append(manifest)
3674 return manifests