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