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.6 09/03/09 SMI" 27 # 28 29 # 30 # Solaris Test Collection (STC) information file. 31 # 32 33 # STC_NAME - Required 34 # 35 # The one word (no whitespace) test suite or tool name. This field is 36 # used as the package name. 37 # 38 STC_NAME="os/lofi" 39 40 # 41 # STC_SYNOPSIS - Required 42 # 43 # A short one line description of the test suite or tool. This field is 44 # used as the package description and on websites, so make it meaningful. 45 # 46 STC_SYNOPSIS="Test suite for loopback file driver (lofi)" 47 48 # 49 # STC_SUPPORT_LEVEL - Required 50 # 51 # One of the following values is required to indicate the level of 52 # support 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 60 # manner. 61 # obsolete - test suite or tool is not supported and has been moved to 62 # an inactive part of the STC gate. 63 # 64 STC_SUPPORT_LEVEL="full" 65 66 # 67 # STC_OS_VERSION - Required 68 # 69 # All Solaris OS versions that this test suite or tool supports. This 70 # should be the `uname -r` value. Separate multiple versions using spaces 71 # (ie. "5.10 5.11"). 72 # 73 STC_OS_VERSION="5.10 5.11" 74 75 # 76 # STC_VERSION - Required 77 # 78 # The test suite or tool version. This field is used as the package 79 # version. The version number supports the following major and minor 80 # number components: 81 # 82 # major - test suite or tool major version. The major version should be 83 # incremented when a significant new version of the test suite or 84 # tool is released. Normally this indicates substantial changes 85 # and/or additions to the test suite or tool. The initial version 86 # should be "1.0". 87 # minor - test suite or tool minor version. The minor version should be 88 # incremented every time the test suite or tool changes. When 89 # the major number changes, the minor number should be reset to 90 # 0. 91 # 92 STC_VERSION=1.5 93 94 # 95 # STC_BUGPRODUCT - Required (for full, partial or minimal support) 96 # STC_BUGCAT - Required (for full, partial or minimal support) 97 # STC_BUGSUBCAT - Required (for full, partial or minimal support) 98 # 99 # The Bugtraq Product/Category/Subcategory information for this suite 100 # or tool. 101 # 102 STC_BUGPRODUCT="stc" 103 STC_BUGCAT="os" 104 STC_BUGSUBCAT="lofi" 105 106 # 107 # STC_CONTACT - Required (for full, partial or minimum support) 108 # 109 # The email alias that provides support for this test suite or tool. 110 # An email address of an individual is not acceptable. This email 111 # alias is also used as the package hotline value. This value should 112 # be switched to an external email alias when the test suite or tool 113 # is open sourced. 114 # 115 STC_CONTACT="testing-discuss@opensolaris.org" 116 117 # 118 # STC_URL - Optional 119 # 120 # The URL for information about this test suite or tool, or the URL of 121 # the open source development project associated with this test suite or 122 # tool. 123 # 124 STC_URL="http://opensolaris.org/os/community/testing/testsuites/" 125 126 # 127 # STC_OPENSOURCE_COMMUNITY - Required for open source 128 # 129 # The URL of the open source community that this test suite or tool is 130 # associated with. 131 # 132 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/testing/"