Home | History | Annotate | Download | only in runwattr
      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 2008 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 # ident	"@(#)STC.INFO	1.5	08/11/21 SMI"
     27 #
     28 
     29 #
     30 #	Solaris Test Collection (STC) 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="runwattr"
     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="Run With Attributes - run a process with arbitrary credentials"
     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 #	STC_OS_VERSION - Required
     68 #
     69 #	All Solaris OS versions that this test suite or tool supports.  This
     70 # 	should be the `uname -r` value. Separate multiple versions using spaces
     71 #	(ie. "5.10 5.11").
     72 # 
     73 STC_OS_VERSION="5.11"
     74 
     75 #
     76 #	STC_VERSION - Required
     77 #	
     78 #	The test suite or tool version.  This field is used as the package
     79 #	version.  The version number supports the following major and minor
     80 #	number components:
     81 #	
     82 #	major - test suite or tool major version.  The major version should be
     83 #		incremented when a significant new version of the test suite or
     84 #		tool is released.  Normally this indicates substantial changes
     85 #		and/or additions to the test suite or tool. The initial version
     86 #		should be "1.0".
     87 #	minor - test suite or tool minor version.  The minor version should be
     88 #		incremented every time the test suite or tool changes.  When the
     89 #		major number changes, the minor number should be reset to 0.
     90 #
     91 STC_VERSION=1.4
     92 
     93 #
     94 #	STC_BUGPRODUCT - Required (for full, partial or minimum support)
     95 #	STC_BUGCAT - Required (for full, partial or minimum support)
     96 #	STC_BUGSUBCAT - Required (for full, partial or minimum support)
     97 #
     98 #	The Bugtraq Product/Category/Subcategory information for this test suite
     99 #	or tool. 
    100 #
    101 STC_BUGPRODUCT="stc"
    102 STC_BUGCAT="tools"
    103 STC_BUGSUBCAT="runwattr"
    104 
    105 #
    106 #	STC_CONTACT - Required (for full, partial or minimum support)
    107 #
    108 #	The email alias that provides support for this test suite or tool.
    109 #	An email address of an individual is not acceptable. This email
    110 #	alias is also used as the package hotline value. This value should
    111 #	be switched to an external email alias when the test suite or tool
    112 #	is open sourced.
    113 #
    114 STC_CONTACT="testing-discuss (at] opensolaris.org"
    115 
    116 #
    117 #	STC_URL - Optional
    118 #
    119 #	The URL for information about this test suite or tool, or the URL of
    120 #	the open source development project associated with this test suite or
    121 #	tool.
    122 #
    123 STC_URL="http://opensolaris.org/os/community/testing/testsuites"
    124 
    125 #
    126 #	STC_OPENSOURCE_COMMUNITY - Required for open source
    127 #
    128 #	The URL of the open source community that this test suite or tool is
    129 #	associated with.
    130 #
    131 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/testing"
    132 
    133