Home | History | Annotate | Download | only in protocol
      1 #
      2 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
      3 # Use is subject to license terms.
      4 #
      5 
      6 #
      7 # BSD 3 Clause License
      8 #
      9 # Redistribution and use in source and binary forms, with or without
     10 # modification, are permitted provided that the following conditions
     11 # are met:
     12 #       - Redistributions of source code must retain the above copyright
     13 #         notice, this list of conditions and the following disclaimer.
     14 #
     15 #       - Redistributions in binary form must reproduce the above copyright
     16 #         notice, this list of conditions and the following disclaimer in
     17 #         the documentation and/or other materials provided with the
     18 #         distribution.
     19 #
     20 #       - Neither the name of Sun Microsystems, Inc. nor the
     21 #         names of its contributors may be used to endorse or promote products
     22 #         derived from this software without specific prior written permission.
     23 #
     24 # THIS SOFTWARE IS PROVIDED BY SUN MICROSYSTEMS, INC. "AS IS" AND ANY
     25 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     26 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     27 # DISCLAIMED. IN NO EVENT SHALL SUN MICROSYSTEMS, INC. BE LIABLE FOR ANY
     28 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     29 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES
     30 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
     31 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     32 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     33 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     34 #
     35 
     36 #
     37 # ident	"@(#)STC.INFO	1.7	09/04/24 SMI"
     38 #
     39 
     40 #
     41 #	Solaris Test Collection (STC) information file.
     42 #
     43 
     44 #
     45 #	STC_NAME - Required
     46 #
     47 #	The one word (no whitespace) test suite or tool name. This field is used
     48 #	as the package name.
     49 #
     50 STC_NAME="storage/ndmp/protocol"
     51 
     52 #
     53 #	STC_SYNOPSIS - Required
     54 #
     55 #	A short one line description of the test suite or tool.  This field is
     56 #	used as the package description and on websites, so make it meaningful.
     57 #
     58 STC_SYNOPSIS="NDMP protocol test suite"
     59 
     60 #
     61 #	STC_SUPPORT_LEVEL - Required
     62 #
     63 #	One of the following values is required to indicate the level of support
     64 #	provided for the test suite or tool:
     65 #
     66 #	full - test suite or tool is fully supported. All bugs are fixed based
     67 # 		on priority.
     68 #	partial - test suite or tool is maintained, but support is limited.
     69 #		Only P1 and P2 bugs are fixed in a timely manner.
     70 #	minimum - test suite or tool is supported only when critical issues
     71 #		need to be resolved.  Only P1 bugs are fixed in a timely manner.
     72 #	obsolete - test suite or tool is not supported and has been moved to
     73 #		an inactive part of the STC gate.
     74 #
     75 STC_SUPPORT_LEVEL="full"
     76 
     77 #
     78 #	STC_OS_VERSION - Required
     79 #
     80 #	All Solaris OS versions that this test suite or tool supports.  This
     81 # 	should be the `uname -r` value. Separate multiple versions using spaces
     82 #	(ie. "5.10 5.11").
     83 # 
     84 STC_OS_VERSION="5.11"
     85 
     86 #
     87 #	STC_VERSION - Required
     88 #	
     89 #	The test suite or tool version.  This field is used as the package
     90 #	version.  The version number supports the following major and minor
     91 #	number components:
     92 #	
     93 #	major - test suite or tool major version.  The major version should be
     94 #		incremented when a significant new version of the test suite or
     95 #		tool is released.  Normally this indicates substantial changes
     96 #		and/or additions to the test suite or tool. The initial version
     97 #		should be "1.0".
     98 #	minor - test suite or tool minor version.  The minor version should be
     99 #		incremented every time the test suite or tool changes.  When the
    100 #		major number changes, the minor number should be reset to 0.
    101 #
    102 STC_VERSION=2.2
    103 
    104 #
    105 #	STC_BUGPRODUCT - Required (for full, partial or minimum support)
    106 #	STC_BUGCAT - Required (for full, partial or minimum support)
    107 #	STC_BUGSUBCAT - Required (for full, partial or minimum support)
    108 #
    109 #	The Bugtraq Product/Category/Subcategory information for this test suite
    110 #	or tool. 
    111 #
    112 STC_BUGPRODUCT="stc"
    113 STC_BUGCAT="storage"
    114 STC_BUGSUBCAT="ndmp"
    115 
    116 #
    117 #	STC_CONTACT - Required (for full, partial or minimum support)
    118 #
    119 #	The email alias that provides support for this test suite or tool.
    120 #	An email address of an individual is not acceptable. This email
    121 #	alias is also used as the package hotline value. This value should
    122 #	be switched to an external email alias when the test suite or tool
    123 #	is open sourced.
    124 #
    125 STC_CONTACT="storage-discuss (at] opensolaris.org"
    126 
    127 #
    128 #	STC_URL - Optional
    129 #
    130 #	The URL for information about this test suite or tool, or the URL of
    131 #	the open source development project associated with this test suite or
    132 #	tool.
    133 #
    134 STC_URL="http://www.opensolaris.org/os/project/ndmp/"
    135 
    136 #
    137 #	STC_OPENSOURCE_COMMUNITY - Required for open source
    138 #
    139 #	The URL of the open source community that this test suite or tool is
    140 #	associated with.
    141 #
    142 STC_OPENSOURCE_COMMUNITY="http://www.opensolaris.org/os/community/storage"
    143 
    144