1 # 2 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 3 # Use is subject to license terms. 4 # 5 # ident "@(#)STC.INFO 1.28 09/06/29 SMI" 6 # 7 8 # 9 # Solaris Test Collection (STC) information file. 10 # 11 12 # 13 # STC_NAME - Required 14 # 15 # The one word (no whitespace) test suite or tool name. This field is used 16 # as the package name. 17 # 18 STC_NAME="CTI-TET" 19 20 # 21 # STC_SYNOPSIS - Required 22 # 23 # A short one line description of the test suite or tool. This field is 24 # used as the package description and on websites, so make it meaningful. 25 # 26 STC_SYNOPSIS="Common Test Infrastructure for Test Environment Toolkit" 27 28 # 29 # STC_SUPPORT_LEVEL - Required 30 # 31 # One of the following values is required to indicate the level of support 32 # provided for the test suite or tool: 33 # 34 # full - test suite or tool is fully supported. All bugs are fixed based 35 # on priority. 36 # partial - test suite or tool is maintained, but support is limited. 37 # Only P1 and P2 bugs are fixed in a timely manner. 38 # minimum - test suite or tool is supported only when critical issues 39 # need to be resolved. Only P1 bugs are fixed in a timely manner. 40 # obsolete - test suite or tool is not supported and has been moved to 41 # an inactive part of the STC gate. 42 # 43 STC_SUPPORT_LEVEL="full" 44 45 # 46 # STC_OS_VERSION - Required 47 # 48 # All Solaris OS versions that this test suite or tool supports. This 49 # should be the `uname -r` value. Separate multiple versions using spaces 50 # (ie. "5.10 5.11"). 51 # 52 STC_OS_VERSION="5.11" 53 54 # 55 # STC_VERSION - Required 56 # 57 # The test suite or tool version. This field is used as the package 58 # version. The version number supports the following major and minor 59 # number components: 60 # 61 # major - test suite or tool major version. The major version should be 62 # incremented when a significant new version of the test suite or 63 # tool is released. Normally this indicates substantial changes 64 # and/or additions to the test suite or tool. The initial version 65 # should be "1.0". 66 # minor - test suite or tool minor version. The minor version should be 67 # incremented every time the test suite or tool changes. When the 68 # major number changes, the minor number should be reset to 0. 69 # 70 STC_VERSION=1.27 71 72 # 73 # STC_BUGPRODUCT - Required (for full, partial or minimum support) 74 # STC_BUGCAT - Required (for full, partial or minimum support) 75 # STC_BUGSUBCAT - Required (for full, partial or minimum support) 76 # 77 # The Bugtraq Product/Category/Subcategory information for this test suite 78 # or tool. 79 # 80 STC_BUGPRODUCT="stc" 81 STC_BUGCAT="cti" 82 STC_BUGSUBCAT="tet" 83 84 # 85 # STC_CONTACT - Required (for full, partial or minimum support) 86 # 87 # The email alias that provides support for this test suite or tool. 88 # An email address of an individual is not acceptable. This email 89 # alias is also used as the package hotline value. This value should 90 # be switched to an external email alias when the test suite or tool 91 # is open sourced. 92 # 93 STC_CONTACT="testing-discuss (at] opensolaris.org" 94 95 # 96 # STC_URL - Optional 97 # 98 # The URL for information about this test suite or tool, or the URL of 99 # the open source development project associated with this test suite or 100 # tool. 101 # 102 STC_URL="http://opensolaris.org/os/community/testing/testsuites" 103 104 # 105 # STC_OPENSOURCE_COMMUNITY - Required for open source 106 # 107 # The URL of the open source community that this test suite or tool is 108 # associated with. 109 # 110 STC_OPENSOURCE_COMMUNITY="http://opensolaris.org/os/community/testing" 111