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