1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 # or http://www.opensolaris.org/os/licensing. 10 # See the License for the specific language governing permissions 11 # and limitations under the License. 12 # 13 # When distributing Covered Code, include this CDDL HEADER in each 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 # If applicable, add the following below this CDDL HEADER, with the 16 # fields enclosed by brackets "[]" replaced with your own identifying 17 # information: Portions Copyright [yyyy] [name of copyright owner] 18 # 19 # CDDL HEADER END 20 # 21 22 # 23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24 # Use is subject to license terms. 25 # 26 27 # 28 # STC.INFO - STC Test Suite and Tools Information File. 29 # 30 31 # 32 # STC_Name - Required 33 # 34 # Test Suite or Tool Name 35 # 36 STC_NAME="os/smf" 37 38 # 39 # STC_SYNOPSIS - Required 40 # 41 # A one line description of the test suite or tool. This will 42 # be published on the STF website. 43 # 44 STC_SYNOPSIS="Solaris System Management Facility Test Suite" 45 46 # 47 # STC_SUPPORT_LEVEL - Required 48 # 49 # One of the following values is required to indicate the level of support 50 # provided for the test suite or tool: 51 # 52 # full - test suite or tool is fully supported. All bugs are fixed based 53 # on priority. 54 # partial - test suite or tool is maintained, but support is limited. 55 # Only P1 and P2 bugs are fixed in a timely manner. 56 # minimum - test suite or tool is supported only when critical issues 57 # need to be resolved. Only P1 bugs are fixed in a timely manner. 58 # obsolete - test suite or tool is not supported and has been moved to 59 # 60 STC_SUPPORT_LEVEL="full" 61 62 # 63 # STC_OS_VERSION - Required 64 # 65 # All Solaris OS versions that this test suite or tool supports. This 66 # should be the `uname -r` value. Separate multiple versions using spaces 67 # (ie. "5.10 5.11"). 68 # 69 STC_OS_VERSION=5.11 70 71 # 72 # STC_VERSION - Required 73 # 74 # The test suite or tool version. This field is used as the package 75 # version. The version number supports the following major and minor 76 # number components: 77 # 78 # major - test suite or tool major version. The major version should be 79 # incremented when a significant new version of the test suite or 80 # tool is released. Normally this indicates substantial changes 81 # and/or additions to the test suite or tool. The initial version 82 # should be "1.0". 83 # minor - test suite or tool minor version. The minor version should be 84 # incremented every time the test suite or tool changes. When the 85 # major number changes, the minor number should be reset to 0. 86 # 87 STC_VERSION=1.10 88 89 # 90 # STC_BUGPRODUCT - Required (for full or partial support) 91 # STC_BUGCAT - Required (for full or partial support) 92 # STC_BUGSUBCAT - Required (for full or partial support) 93 # 94 # The Bugster Product/Category/Subcategory information for this suite 95 # or tool? 96 # 97 STC_BUGPRODUCT="stc" 98 STC_BUGCAT="os" 99 STC_BUGSUBCAT="smf" 100 101 # 102 # STC_CONTACT - Required (for full, partial or minimum support) 103 # 104 # The email alias that provides support for this test suite or tool. 105 # An email address of an individual is not acceptable. This email 106 # alias is also used as the package hotline value. This value should 107 # be switched to an external email alias when the test suite or tool 108 # is open sourced. 109 # 110 STC_CONTACT="smf-discuss@sun.com" 111 112 # 113 # STC_URL - Optional 114 # 115 # The URL for information about this test suite or tool, or the URL of 116 # the open source development project associated with this test suite or 117 # tool. 118 # 119 STC_URL="http://www.opensolaris.org/os/community/smf/" 120 121 # 122 # STC_OPENSOURCE_COMMUNITY - Required for open source 123 # 124 # The URL of the open source community that this test suite or tool is 125 # associated with. 126 # 127 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/smf"