Home | History | Annotate | Download | only in nc
      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	"@(#)tet_scen	1.1	08/11/10 SMI"
     27 #
     28 
     29 all
     30 	^short
     31 	^longer
     32 
     33 # shorter tests cases which do not have many test purposes
     34 # or use commands with timeouts
     35 short
     36 	^dflag
     37 	^hflag
     38 	^kflag
     39 	^nflag
     40 	^portranges
     41 	^pflag
     42 	^sflag
     43 	^Uflag
     44 	^vflag
     45 	^zflag
     46 
     47 # "longer" test cases (each one should complete under 30 seconds)
     48 longer
     49 	^iflag
     50 	^lflag
     51 	^rflag
     52 	^Tflag
     53 	^uflag
     54 	^wflag
     55 
     56 #
     57 # test cases
     58 #
     59 
     60 dflag
     61 	/tests/dflag/tc_dflag
     62 
     63 hflag
     64 	/tests/hflag/tc_hflag
     65 
     66 iflag
     67 	/tests/iflag/tc_iflag
     68 
     69 kflag
     70 	/tests/kflag/tc_kflag
     71 
     72 lflag
     73 	/tests/lflag/tc_lflag
     74 
     75 nflag
     76 	/tests/nflag/tc_nflag
     77 
     78 pflag
     79 	/tests/pflag/tc_pflag
     80 
     81 rflag
     82 	/tests/rflag/tc_rflag
     83 
     84 sflag
     85 	/tests/sflag/tc_sflag
     86 
     87 Tflag
     88 	/tests/Tflag/tc_Tflag
     89 
     90 uflag
     91 	/tests/uflag/tc_uflag
     92 
     93 Uflag
     94 	/tests/Uflag/tc_Uflag
     95 
     96 vflag
     97 	/tests/vflag/tc_vflag
     98 
     99 wflag
    100 	/tests/wflag/tc_wflag
    101 
    102 zflag
    103 	/tests/zflag/tc_zflag
    104 
    105 portranges
    106 	/tests/portranges/tc_portranges
    107 
    108 # EOF
    109