1 # 2 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 3 # Use is subject to license terms. 4 # 5 6 # Permission is hereby granted, free of charge, to any person obtaining 7 # a copy of this software and associated documentation files (the 8 # "Software"), to deal in the Software without restriction, including 9 # without limitation the rights to use, copy, modify, merge, publish, 10 # distribute, sublicense, and/or sell copies of the Software, and to 11 # permit persons to whom the Software is furnished to do so, subject to 12 # the following conditions: 13 # 14 # The above copyright notice and this permission notice shall be included 15 # in all copies or substantial portions of the Software. 16 # 17 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 18 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 22 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 23 # DEALINGS IN THE SOFTWARE. 24 # 25 26 # 27 # ident "@(#)STC.INFO 1.6 09/07/20 SMI" 28 # 29 30 # 31 # Solaris Test Collection (STC) information file. 32 # 33 34 # 35 # STC_NAME - Required 36 # 37 # The one word (no whitespace) test suite or tool name. This field is used 38 # as the package name. 39 # 40 STC_NAME="ndmpcopy" 41 42 # 43 # STC_SYNOPSIS - Required 44 # 45 # A short one line description of the test suite or tool. This field is 46 # used as the package description and on websites, so make it meaningful. 47 # 48 STC_SYNOPSIS="NDMPcopy test tool" 49 50 # 51 # STC_SUPPORT_LEVEL - Required 52 # 53 # One of the following values is required to indicate the level of support 54 # provided for the test suite or tool: 55 # 56 # full - test suite or tool is fully supported. All bugs are fixed based 57 # on priority. 58 # partial - test suite or tool is maintained, but support is limited. 59 # Only P1 and P2 bugs are fixed in a timely manner. 60 # minimum - test suite or tool is supported only when critical issues 61 # need to be resolved. Only P1 bugs are fixed in a timely manner. 62 # obsolete - test suite or tool is not supported and has been moved to 63 # an inactive part of the STC gate. 64 # 65 STC_SUPPORT_LEVEL="partial" 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.4 93 94 # 95 # STC_BUGPRODUCT - Required (for full, partial or minimum support) 96 # STC_BUGCAT - Required (for full, partial or minimum support) 97 # STC_BUGSUBCAT - Required (for full, partial or minimum support) 98 # 99 # The Bugtraq Product/Category/Subcategory information for this test suite 100 # or tool. 101 # 102 STC_BUGPRODUCT="stc" 103 STC_BUGCAT="tools" 104 STC_BUGSUBCAT="ndmpcopy" 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://www.opensolaris.org/os/project/ndmp/" 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://www.opensolaris.org/os/community/storage/" 133 134