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 # ident "@(#)STC.INFO 1.12 09/06/09 SMI" 27 # 28 29 # 30 # STC.INFO - STC Test Suite and Tools Information File. 31 # 32 33 # 34 # STC_Name - Required 35 # 36 # Test Suite or Tool Name 37 # 38 STC_NAME="os/smf" 39 40 # 41 # STC_SYNOPSIS - Required 42 # 43 # A one line description of the test suite or tool. This will 44 # be published on the STF website. 45 # 46 STC_SYNOPSIS="Solaris System Management Facility Test Suite" 47 48 # 49 # STC_SUPPORT_LEVEL - Required 50 # 51 # One of the following values is required to indicate the level of support 52 # provided for the test suite or tool: 53 # 54 # full - test suite or tool is fully supported. All bugs are fixed based 55 # on priority. 56 # partial - test suite or tool is maintained, but support is limited. 57 # Only P1 and P2 bugs are fixed in a timely manner. 58 # minimum - test suite or tool is supported only when critical issues 59 # need to be resolved. Only P1 bugs are fixed in a timely manner. 60 # obsolete - test suite or tool is not supported and has been moved to 61 # 62 STC_SUPPORT_LEVEL="full" 63 64 # 65 # STC_OS_VERSION - Required 66 # 67 # All Solaris OS versions that this test suite or tool supports. This 68 # should be the `uname -r` value. Separate multiple versions using spaces 69 # (ie. "5.10 5.11"). 70 # 71 STC_OS_VERSION=5.11 72 73 # 74 # STC_VERSION - Required 75 # 76 # The test suite or tool version. This field is used as the package 77 # version. The version number supports the following major and minor 78 # number components: 79 # 80 # major - test suite or tool major version. The major version should be 81 # incremented when a significant new version of the test suite or 82 # tool is released. Normally this indicates substantial changes 83 # and/or additions to the test suite or tool. The initial version 84 # should be "1.0". 85 # minor - test suite or tool minor version. The minor version should be 86 # incremented every time the test suite or tool changes. When the 87 # major number changes, the minor number should be reset to 0. 88 # 89 STC_VERSION=1.10 90 91 # 92 # STC_BUGPRODUCT - Required (for full or partial support) 93 # STC_BUGCAT - Required (for full or partial support) 94 # STC_BUGSUBCAT - Required (for full or partial support) 95 # 96 # The Bugster Product/Category/Subcategory information for this suite 97 # or tool? 98 # 99 STC_BUGPRODUCT="stc" 100 STC_BUGCAT="os" 101 STC_BUGSUBCAT="smf" 102 103 # 104 # STC_CONTACT - Required (for full, partial or minimum support) 105 # 106 # The email alias that provides support for this test suite or tool. 107 # An email address of an individual is not acceptable. This email 108 # alias is also used as the package hotline value. This value should 109 # be switched to an external email alias when the test suite or tool 110 # is open sourced. 111 # 112 STC_CONTACT="smf-discuss (at] sun.com" 113 114 # 115 # STC_URL - Optional 116 # 117 # The URL for information about this test suite or tool, or the URL of 118 # the open source development project associated with this test suite or 119 # tool. 120 # 121 STC_URL="http://www.opensolaris.org/os/community/smf/" 122 123 # 124 # STC_OPENSOURCE_COMMUNITY - Required for open source 125 # 126 # The URL of the open source community that this test suite or tool is 127 # associated with. 128 # 129 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/smf" 130