Home | History | Annotate | Download | only in virt-install
      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	"@(#)tet_scen	1.3	09/09/18 SMI"
     27 #
     28 
     29 all
     30 	^virt-install
     31 
     32 virt-install
     33 	^zvol
     34 	^ufs
     35 	^file
     36 	^linux
     37 	^pxe
     38 	^max
     39 	^negative
     40 	^test_hypervisor
     41 	^crossbow
     42 	^nfs
     43 
     44 zvol
     45 	/tests/zvol/tc_zvol
     46 
     47 ufs
     48 	/tests/ufs/tc_ufs
     49 
     50 file
     51 	/tests/file/tc_file
     52 
     53 linux
     54 	/tests/linux/tc_linux
     55 
     56 pxe
     57 	/tests/pxe/tc_pxe
     58 
     59 max
     60 	/tests/max/tc_max
     61 
     62 negative
     63 	/tests/negative/tc_negative
     64 
     65 test_hypervisor
     66 	/tests/test_hypervisor/tc_test_hypervisor
     67 
     68 crossbow
     69 	/tests/crossbow/tc_crossbow
     70 
     71 nfs
     72 	/tests/nfs/tc_nfs
     73