Home | History | Annotate | Download | only in cifs-client
      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.6	09/05/21 SMI"
     27 #
     28 
     29 all
     30 	^smbutil
     31 	^nsmbrc
     32 	^sharectl
     33 	^smbmount
     34 	^smbfs
     35 	^performance
     36 
     37 check
     38 	^smbutil
     39 	^nsmbrc
     40 	^sharectl
     41 	^smbmount
     42 	^smbfs
     43 basic
     44 	^smbutil
     45 	^nsmbrc
     46 	^sharectl
     47 	^smbmount
     48 
     49 smbutil
     50 	:remote:
     51 	/tests/smbutil/tc_smbutil{}
     52 	:endremote:
     53 
     54 nsmbrc
     55 	:remote:
     56 	/tests/nsmbrc/tc_nsmbrc{}
     57 	:endremote:
     58 
     59 sharectl
     60 	:remote:
     61 	/tests/sharectl/tc_sharectl{}
     62 	:endremote:
     63 
     64 performance
     65 	:remote:
     66 	/tests/performance/filebench/tc_filebench{}
     67 	:endremote:
     68 smbfs
     69 	:remote:
     70 	/tests/smbfs/create/tc_create{}
     71 	/tests/smbfs/cptest/tc_cptest{}
     72 	/tests/smbfs/mvtest/tc_mvtest{}
     73 	/tests/smbfs/mkdir/tc_mkdir{}
     74 	/tests/smbfs/error/tc_error{}
     75 	/tests/smbfs/truncate/tc_truncate{}
     76         /tests/smbfs/xattr/tc_xattr{}
     77 	:endremote:
     78 
     79 smbmount
     80 	:remote:
     81 	/tests/smbmount/tc_smbmount{}
     82 	:endremote:
     83 ufs_create
     84 	/tests/configure/configure{1}
     85 
     86 zfs_create
     87 	/tests/configure/configure{2}
     88 
     89 ufs_delete
     90 	/tests/configure/configure{3}
     91 
     92 zfs_delete
     93 	/tests/configure/configure{4}
     94 
     95 user_create
     96 	/tests/configure/configure{5}
     97 
     98 user_delete
     99 	/tests/configure/configure{6}
    100 
    101 smbs_setup
    102 	/tests/configure/configure{7}
    103 
    104 smbs_clean
    105 	/tests/configure/configure{8}
    106 
    107 cifss_setup
    108 	/tests/configure/configure{9}
    109 
    110 cifss_clean
    111 	/tests/configure/configure{10}
    112