Home | History | Annotate | Download | only in kmf
      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.20	08/06/26 SMI"
     27 #
     28 
     29 #
     30 #	STC Test Suite and Tools Information File
     31 #
     32 
     33 #	STC_Name - Required
     34 #
     35 #	Test Suite or Tool Name
     36 #	
     37 #	
     38 #
     39 STC_NAME="kmf"
     40 
     41 #
     42 #	STC_SYNOPSIS - Required
     43 #
     44 #	A one line description of the test suite or tool.  This will
     45 #	be published on the STF website.
     46 #
     47 STC_SYNOPSIS="test suite for the Key Management Framework"
     48 
     49 #
     50 #	STC_SUPPORT_LEVEL - Required
     51 #
     52 #	STC_SUPPORT_LEVEL reflects one of three support levels 
     53 #	defined for STC 2.0 - "full", "partial", and "minimum"
     54 #	See "http for more information on the support levels.
     55 #
     56 STC_SUPPORT_LEVEL="full"
     57 
     58 
     59 #
     60 #	STC_OS_VERSION - Required
     61 #
     62 #	The version of the OS that this test suite or tool applies to.  This
     63 # 	should be the `uname -r` value.
     64 # 
     65 STC_OS_VERSION=5.11
     66 
     67 #
     68 #	STC_VERSION - Required
     69 #	
     70 # 	The test suite or tool version.  The version number supports a
     71 # 	major and minor value:
     72 #	
     73 #       major = test suite or tool major version.  This should be incremented
     74 #               if new versions of the test suite or tool are released.
     75 #               Normally this indicated substantive changes and/or
     76 #               additions in test suite or tool functionality.
     77 #       minor = test suite or tool minor version. This should be incremented
     78 #               if minor changes or additions are made (e.g. bug fixes)
     79 #               The minor version should change every time the suite or tool
     80 #               changes.  When the major number changes the minor number
     81 #               should be reset to 0.
     82 STC_VERSION=2.9
     83 
     84 #
     85 #	STC_BUGPRODUCT - Required (for full or partial support)
     86 #	STC_BUGCAT - Required (for full or partial support)
     87 #	STC_BUGSUBCAT - Required (for full or partial support)
     88 #
     89 #	The Bugster Product/Category/Subcategory information for this suite
     90 #	or tool? 
     91 #
     92 STC_BUGPRODUCT="stc"
     93 STC_BUGCAT="security"
     94 STC_BUGSUBCAT="kmf"
     95 
     96 #
     97 #	STC_CONTACT - Required (for full or partial support)
     98 #
     99 #	The email address of the contact person or alias for this suite or tool.
    100 #	Normally this should be the Bugster initial evaluator.  If you
    101 #	use multiple contacts then separate them with a comma.
    102 #
    103 #
    104 STC_CONTACT="kmf-discuss (at] opensolaris.org"
    105 
    106 #
    107 #	STC_URL - Optional
    108 #
    109 #	The URL for information about this suite or tool.
    110 #
    111 #
    112 STC_URL="http://opensolaris.org/os/project/kmf"
    113 
    114 #
    115 #       STC_OPENSOURCE_COMMUNITY - Required for open source
    116 #
    117 #       The URL of the open source community that this test suite or tool is
    118 #       associated with.
    119 #
    120 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/security"
    121 
    122