1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright (c) 2012 by Delphix. All rights reserved. 14# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. 15# 16 17set name=pkg.fmri value=pkg:/system/test/testrunner@0.5.11,5.11-0.155.53 18set name=pkg.description value="Test Runner" 19set name=pkg.summary value="Unit Test Framework" 20set name=info.classification value=org.opensolaris.category.2008:Development/System 21set name=variant.arch value=i386 22dir group=bin mode=0755 owner=root path=opt/test-runner 23dir group=bin mode=0755 owner=root path=opt/test-runner/bin 24dir group=bin mode=0755 owner=root path=opt/test-runner/man 25dir group=bin mode=0755 owner=root path=opt/test-runner/man/man1 26dir group=bin mode=0755 owner=root path=opt/test-runner/stf 27dir group=bin mode=0755 owner=root path=opt/test-runner/stf/contrib 28dir group=bin mode=0755 owner=root path=opt/test-runner/stf/contrib/include 29dir group=bin mode=0755 owner=root path=opt/test-runner/stf/include 30# In python2, the module is "ConfigParser" and in python3 it's "configparser" 31file NOHASH group=bin mode=0555 owner=root path=opt/test-runner/bin/run pkg.depend.bypass-generate=.*[cC]onfig[pP]arser.* 32file NOHASH group=bin mode=0444 owner=root path=opt/test-runner/man/man1/run.1 33file NOHASH group=bin mode=0555 owner=root path=opt/test-runner/stf/contrib/include/logapi.shlib 34file NOHASH group=bin mode=0555 owner=root path=opt/test-runner/stf/include/stf.shlib 35license cr_Sun license=cr_Sun 36license lic_CDDL license=lic_CDDL 37depend fmri=security/sudo type=require 38# 39# CDDL HEADER START 40# 41# The contents of this file are subject to the terms of the 42# Common Development and Distribution License (the "License"). 43# You may not use this file except in compliance with the License. 44# 45# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 46# or http://www.opensolaris.org/os/licensing. 47# See the License for the specific language governing permissions 48# and limitations under the License. 49# 50# When distributing Covered Code, include this CDDL HEADER in each 51# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 52# If applicable, add the following below this CDDL HEADER, with the 53# fields enclosed by brackets "[]" replaced with your own identifying 54# information: Portions Copyright [yyyy] [name of copyright owner] 55# 56# CDDL HEADER END 57# 58 59# 60# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 61# 62 63# 64# These actions represent settings which should appear in every package. 65# 66 67# 68# Name the consolidation this package came from. 69# 70set name=org.opensolaris.consolidation value=osnet 71 72# 73# Indicate that the package was published in a zones aware 74# fashion. 75# 76set name=variant.opensolaris.zone value=global value=nonglobal 77# 78# CDDL HEADER START 79# 80# The contents of this file are subject to the terms of the 81# Common Development and Distribution License (the "License"). 82# You may not use this file except in compliance with the License. 83# 84# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 85# or http://www.opensolaris.org/os/licensing. 86# See the License for the specific language governing permissions 87# and limitations under the License. 88# 89# When distributing Covered Code, include this CDDL HEADER in each 90# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 91# If applicable, add the following below this CDDL HEADER, with the 92# fields enclosed by brackets "[]" replaced with your own identifying 93# information: Portions Copyright [yyyy] [name of copyright owner] 94# 95# CDDL HEADER END 96# 97 98# 99# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 100# Use is subject to license terms. 101# 102 103# 104# Only publish packages for the currently specified architecture 105# 106# This is somewhat nonintuitive. In English: 107# 108# For any action of type "set", 109# if the "name" property matches the regex "variant.arch", 110# and *every* occurrence of the "value" property does not match 111# $ARCH, then don't publish it. 112# 113# ...in other words, if *any* occurrence of "value" matches i386, 114# then the negative lookahead assertion in the regex will fail, and we 115# won't abort based on the action. 116# 117 118# 119# Catch don't-publish settings from manifest-embedded transforms 120# 121# 122# CDDL HEADER START 123# 124# The contents of this file are subject to the terms of the 125# Common Development and Distribution License (the "License"). 126# You may not use this file except in compliance with the License. 127# 128# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 129# or http://www.opensolaris.org/os/licensing. 130# See the License for the specific language governing permissions 131# and limitations under the License. 132# 133# When distributing Covered Code, include this CDDL HEADER in each 134# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 135# If applicable, add the following below this CDDL HEADER, with the 136# fields enclosed by brackets "[]" replaced with your own identifying 137# information: Portions Copyright [yyyy] [name of copyright owner] 138# 139# CDDL HEADER END 140# 141 142# 143# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 144# 145 146# 147# This file and its contents are supplied under the terms of the 148# Common Development and Distribution License ("CDDL"), version 1.0. 149# You may only use this file in accordance with the terms of version 150# 1.0 of the CDDL. 151# 152# A full copy of the text of the CDDL should have accompanied this 153# source. A copy of the CDDL is also available via the Internet 154# at http://www.illumos.org/license/CDDL. 155# 156 157# Copyright 2011, Richard Lowe 158 159# Manual pages are documentation, and more specifically 'man' documentation 160# 161# CDDL HEADER START 162# 163# The contents of this file are subject to the terms of the 164# Common Development and Distribution License (the "License"). 165# You may not use this file except in compliance with the License. 166# 167# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 168# or http://www.opensolaris.org/os/licensing. 169# See the License for the specific language governing permissions 170# and limitations under the License. 171# 172# When distributing Covered Code, include this CDDL HEADER in each 173# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 174# If applicable, add the following below this CDDL HEADER, with the 175# fields enclosed by brackets "[]" replaced with your own identifying 176# information: Portions Copyright [yyyy] [name of copyright owner] 177# 178# CDDL HEADER END 179# 180 181# 182# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 183# Copyright 2011, Richard Lowe 184# 185 186# 187# For kernel/drv, set .conf files to mode 0644. Assume all other 188# files there are drivers, and give them mode 0755 and reboot-needed. 189# 190# The (?<!r) construct in the reboot-needed transform is a negative 191# lookbehind assertion: it says "only match this regex if the 192# previously matched text does NOT match regex r." So it will match 193# all files in the various kernel trees, except for .conf files. 194# 195 196 197# 198# Non-global zones should not have content in kernel, usr/kernel (and 199# other kernel dirs) or in boot/. 200# 201 202 203# 204# shared objects should generally have mode 0755 205# 206 207# 208# Catch some of the collections of largely read-only files 209# 210 211 212# 213# For what's left, go with root:bin 0644, +x for directories 214# 215 216# 217# Default values for legacy actions 218# 219# 220# CDDL HEADER START 221# 222# The contents of this file are subject to the terms of the 223# Common Development and Distribution License (the "License"). 224# You may not use this file except in compliance with the License. 225# 226# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 227# or http://www.opensolaris.org/os/licensing. 228# See the License for the specific language governing permissions 229# and limitations under the License. 230# 231# When distributing Covered Code, include this CDDL HEADER in each 232# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 233# If applicable, add the following below this CDDL HEADER, with the 234# fields enclosed by brackets "[]" replaced with your own identifying 235# information: Portions Copyright [yyyy] [name of copyright owner] 236# 237# CDDL HEADER END 238# 239 240# 241# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 242# 243 244# 245# Pull out the license paths for staging in the proto area. Ignore 246# those with no path separators, as that indicates a file kept in 247# $SRC/pkg/license_files, rather than alongside the associated source. 248# 249 250# 251# Ordering is important here, and the last line wins. 252# 253# The default of "current" is provided by the calling environment, 254# rather than a print operation. 255# 256depend fmri=consolidation/osnet/osnet-incorporation type=require 257depend fmri=__TBD pkg.debug.depend.file=64/datetime.abi3.so pkg.debug.depend.file=64/datetime.cpython-39.so pkg.debug.depend.file=64/datetime.so pkg.debug.depend.file=datetime.abi3.so pkg.debug.depend.file=datetime.cpython-39.so pkg.debug.depend.file=datetime.py pkg.debug.depend.file=datetime.pyc pkg.debug.depend.file=datetime.pyo pkg.debug.depend.file=datetime.so pkg.debug.depend.file=datetime/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 258depend fmri=__TBD pkg.debug.depend.file=64/handlers.abi3.so pkg.debug.depend.file=64/handlers.cpython-39.so pkg.debug.depend.file=64/handlers.so pkg.debug.depend.file=handlers.abi3.so pkg.debug.depend.file=handlers.cpython-39.so pkg.debug.depend.file=handlers.py pkg.debug.depend.file=handlers.pyc pkg.debug.depend.file=handlers.pyo pkg.debug.depend.file=handlers.so pkg.debug.depend.file=handlers/__init__.py pkg.debug.depend.path=opt/test-runner/bin/logging pkg.debug.depend.path=usr/lib/python3.9/lib-dynload/logging pkg.debug.depend.path=usr/lib/python3.9/logging pkg.debug.depend.path=usr/lib/python3.9/site-packages/logging pkg.debug.depend.path=usr/lib/python3.9/vendor-packages/logging pkg.debug.depend.path=usr/lib/python39.zip/logging pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 259depend fmri=__TBD pkg.debug.depend.file=64/logging.abi3.so pkg.debug.depend.file=64/logging.cpython-39.so pkg.debug.depend.file=64/logging.so pkg.debug.depend.file=logging.abi3.so pkg.debug.depend.file=logging.cpython-39.so pkg.debug.depend.file=logging.py pkg.debug.depend.file=logging.pyc pkg.debug.depend.file=logging.pyo pkg.debug.depend.file=logging.so pkg.debug.depend.file=logging/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 260depend fmri=__TBD pkg.debug.depend.file=64/optparse.abi3.so pkg.debug.depend.file=64/optparse.cpython-39.so pkg.debug.depend.file=64/optparse.so pkg.debug.depend.file=optparse.abi3.so pkg.debug.depend.file=optparse.cpython-39.so pkg.debug.depend.file=optparse.py pkg.debug.depend.file=optparse.pyc pkg.debug.depend.file=optparse.pyo pkg.debug.depend.file=optparse.so pkg.debug.depend.file=optparse/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 261depend fmri=__TBD pkg.debug.depend.file=64/os.abi3.so pkg.debug.depend.file=64/os.cpython-39.so pkg.debug.depend.file=64/os.so pkg.debug.depend.file=os.abi3.so pkg.debug.depend.file=os.cpython-39.so pkg.debug.depend.file=os.py pkg.debug.depend.file=os.pyc pkg.debug.depend.file=os.pyo pkg.debug.depend.file=os.so pkg.debug.depend.file=os/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 262depend fmri=__TBD pkg.debug.depend.file=64/select.abi3.so pkg.debug.depend.file=64/select.cpython-39.so pkg.debug.depend.file=64/select.so pkg.debug.depend.file=select.abi3.so pkg.debug.depend.file=select.cpython-39.so pkg.debug.depend.file=select.py pkg.debug.depend.file=select.pyc pkg.debug.depend.file=select.pyo pkg.debug.depend.file=select.so pkg.debug.depend.file=select/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 263depend fmri=__TBD pkg.debug.depend.file=64/subprocess.abi3.so pkg.debug.depend.file=64/subprocess.cpython-39.so pkg.debug.depend.file=64/subprocess.so pkg.debug.depend.file=subprocess.abi3.so pkg.debug.depend.file=subprocess.cpython-39.so pkg.debug.depend.file=subprocess.py pkg.debug.depend.file=subprocess.pyc pkg.debug.depend.file=subprocess.pyo pkg.debug.depend.file=subprocess.so pkg.debug.depend.file=subprocess/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 264depend fmri=__TBD pkg.debug.depend.file=64/threading.abi3.so pkg.debug.depend.file=64/threading.cpython-39.so pkg.debug.depend.file=64/threading.so pkg.debug.depend.file=threading.abi3.so pkg.debug.depend.file=threading.cpython-39.so pkg.debug.depend.file=threading.py pkg.debug.depend.file=threading.pyc pkg.debug.depend.file=threading.pyo pkg.debug.depend.file=threading.so pkg.debug.depend.file=threading/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 265depend fmri=__TBD pkg.debug.depend.file=logging/__init__.py pkg.debug.depend.path=opt/test-runner/bin pkg.debug.depend.path=usr/lib/python3.9 pkg.debug.depend.path=usr/lib/python3.9/lib-dynload pkg.debug.depend.path=usr/lib/python3.9/site-packages pkg.debug.depend.path=usr/lib/python3.9/vendor-packages pkg.debug.depend.path=usr/lib/python39.zip pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=python type=require 266depend fmri=__TBD pkg.debug.depend.file=python3.9 pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=opt/test-runner/bin/run pkg.debug.depend.type=script type=require 267set name=pkg.debug.depend.bypassed value=opt/test-runner/bin/64/configparser.abi3.so value=opt/test-runner/bin/64/configparser.cpython-39.so value=opt/test-runner/bin/64/configparser.so value=opt/test-runner/bin/configparser.abi3.so value=opt/test-runner/bin/configparser.cpython-39.so value=opt/test-runner/bin/configparser.py value=opt/test-runner/bin/configparser.pyc value=opt/test-runner/bin/configparser.pyo value=opt/test-runner/bin/configparser.so value=opt/test-runner/bin/configparser/__init__.py value=usr/lib/python3.9/64/configparser.abi3.so value=usr/lib/python3.9/64/configparser.cpython-39.so value=usr/lib/python3.9/64/configparser.so value=usr/lib/python3.9/configparser.abi3.so value=usr/lib/python3.9/configparser.cpython-39.so value=usr/lib/python3.9/configparser.py value=usr/lib/python3.9/configparser.pyc value=usr/lib/python3.9/configparser.pyo value=usr/lib/python3.9/configparser.so value=usr/lib/python3.9/configparser/__init__.py value=usr/lib/python3.9/lib-dynload/64/configparser.abi3.so value=usr/lib/python3.9/lib-dynload/64/configparser.cpython-39.so value=usr/lib/python3.9/lib-dynload/64/configparser.so value=usr/lib/python3.9/lib-dynload/configparser.abi3.so value=usr/lib/python3.9/lib-dynload/configparser.cpython-39.so value=usr/lib/python3.9/lib-dynload/configparser.py value=usr/lib/python3.9/lib-dynload/configparser.pyc value=usr/lib/python3.9/lib-dynload/configparser.pyo value=usr/lib/python3.9/lib-dynload/configparser.so value=usr/lib/python3.9/lib-dynload/configparser/__init__.py value=usr/lib/python3.9/site-packages/64/configparser.abi3.so value=usr/lib/python3.9/site-packages/64/configparser.cpython-39.so value=usr/lib/python3.9/site-packages/64/configparser.so value=usr/lib/python3.9/site-packages/configparser.abi3.so value=usr/lib/python3.9/site-packages/configparser.cpython-39.so value=usr/lib/python3.9/site-packages/configparser.py value=usr/lib/python3.9/site-packages/configparser.pyc value=usr/lib/python3.9/site-packages/configparser.pyo value=usr/lib/python3.9/site-packages/configparser.so value=usr/lib/python3.9/site-packages/configparser/__init__.py value=usr/lib/python3.9/vendor-packages/64/configparser.abi3.so value=usr/lib/python3.9/vendor-packages/64/configparser.cpython-39.so value=usr/lib/python3.9/vendor-packages/64/configparser.so value=usr/lib/python3.9/vendor-packages/configparser.abi3.so value=usr/lib/python3.9/vendor-packages/configparser.cpython-39.so value=usr/lib/python3.9/vendor-packages/configparser.py value=usr/lib/python3.9/vendor-packages/configparser.pyc value=usr/lib/python3.9/vendor-packages/configparser.pyo value=usr/lib/python3.9/vendor-packages/configparser.so value=usr/lib/python3.9/vendor-packages/configparser/__init__.py value=usr/lib/python39.zip/64/configparser.abi3.so value=usr/lib/python39.zip/64/configparser.cpython-39.so value=usr/lib/python39.zip/64/configparser.so value=usr/lib/python39.zip/configparser.abi3.so value=usr/lib/python39.zip/configparser.cpython-39.so value=usr/lib/python39.zip/configparser.py value=usr/lib/python39.zip/configparser.pyc value=usr/lib/python39.zip/configparser.pyo value=usr/lib/python39.zip/configparser.so value=usr/lib/python39.zip/configparser/__init__.py 268