Home | History | Annotate | Download | only in jist
      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 # ident	"@(#)STC.INFO	1.15	09/06/29 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=jist
     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="JIST - Java Technology-based Interoperability \
     48 System/Software/Storage Testsuites"
     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="full"
     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.9 5.10 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=7.06
     93 
     94 #
     95 #	STC_BUGPRODUCT - Required (for full, partial or minimal support)
     96 #	STC_BUGCAT - Required (for full, partial or minimal support)
     97 #	STC_BUGSUBCAT - Required (for full, partial or minimal support)
     98 #
     99 #	The Bugtraq Product/Category/Subcategory information for this suite
    100 #	or tool.
    101 #
    102 STC_BUGPRODUCT="stc"
    103 STC_BUGCAT="jist"
    104 STC_BUGSUBCAT="core_framework cas_test command_test csm_test fc_test file_test \
    105 iscsi_test nas_test scsi_test smis_test"
    106 
    107 #
    108 #	STC_CONTACT - Required (for full, partial or minimum support)
    109 #
    110 #	The email alias that provides support for this test suite or tool.
    111 #	An email address of an individual is not acceptable. This email
    112 #	alias is also used as the package hotline value. This value should
    113 #	be switched to an external email alias when the test suite or tool
    114 #	is open sourced.
    115 #
    116 STC_CONTACT="storage-discuss (at] opensolaris.org"
    117 
    118 #
    119 #	STC_URL - Optional
    120 #
    121 #	The URL for information about this test suite or tool, or the URL of
    122 #	the open source development project associated with this test suite or
    123 #	tool.
    124 #
    125 STC_URL="http://www.opensolaris.org/os/community/storage/tests/jist/"
    126 
    127 #
    128 #	STC_OPENSOURCE_COMMUNITY - Required for open source
    129 #
    130 #	The URL of the open source community that this test suite or tool is
    131 #	associated with.
    132 #
    133 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/storage/"
    134 
    135 #
    136 #	STC_BUILD_COMMAND - Optional for automated nightly build
    137 #
    138 #	The command to build the package on the current Solaris system from
    139 #	the same directory as this file.  When defined, this command will be
    140 #	used to build the test tool/suite.  When not define, the README file
    141 #	will contain the necessary steps to build the source.
    142 #
    143 #STC_BUILD_COMMAND="make clean && make package"
    144