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.1 09/02/23 SMI" 27 # 28 29 # 30 # STC Test Suite and Tools Information File 31 # 32 33 # 34 # STC_NAME - Required 35 # 36 # The one word (no whitespace) test suite or tool name. This field is used 37 # as the package name. 38 # 39 STC_NAME="storage/fwflash" 40 41 # 42 # STC_SYNOPSIS - Required 43 # 44 # A short one line description of the test suite or tool. This field is 45 # used as the package description and on websites, so make it meaningful. 46 # 47 STC_SYNOPSIS="Test suite for fwflash(1M) command" 48 49 # 50 # STC_SUPPORT_LEVEL - Required 51 # 52 # One of the following values is required to indicate the level of support 53 # provided for the test suite or tool: 54 # 55 # full - test suite or tool is fully supported. All bugs are fixed based 56 # on priority. 57 # partial - test suite or tool is maintained, but support is limited. 58 # Only P1 and P2 bugs are fixed in a timely manner. 59 # minimum - test suite or tool is supported only when critical issues 60 # need to be resolved. Only P1 bugs are fixed in a timely 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 # 68 # STC_OS_VERSION - Required 69 # 70 # All Solaris OS versions that this test suite or tool supports. This 71 # should be the `uname -r` value. Separate multiple versions using spaces 72 # (ie. "5.10 5.11"). 73 # 74 STC_OS_VERSION="5.11" 75 76 # 77 # STC_VERSION - Required 78 # 79 # The test suite or tool version. This field is used as the package 80 # version. The version number supports the following major and minor 81 # number components: 82 # 83 # major - test suite or tool major version. The major version should be 84 # incremented when a significant new version of the test suite or 85 # tool is released. Normally this indicates substantial changes 86 # and/or additions to the test suite or tool. The initial version 87 # should be "1.0". 88 # minor - test suite or tool minor version. The minor version should be 89 # incremented every time the test suite or tool changes. When the 90 # major number changes, the minor number should be reset to 0. 91 # 92 STC_VERSION=1.0 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="storage" 104 STC_BUGSUBCAT="fwflash" 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="storage-discuss (at] 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/storage/tests" 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/storage" 133