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