Home | History | Annotate | Download | only in share
      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.4	09/08/01 SMI"
     27 #
     28 
     29 all
     30 	^sharemgr
     31 	^sharectl
     32 
     33 sharemgr
     34 	^add
     35 	^create
     36 	^delete
     37 	^disable
     38 	^move
     39 	^remove
     40 	^set_
     41 	^set_security
     42 	^set_share
     43 	^show
     44 	^unset_
     45 	^usage
     46 	^zfs
     47 	^zones
     48 
     49 short
     50 	^add
     51 	^create
     52 	^delete
     53 	^disable
     54 	^move
     55 	^remove
     56 	^set_
     57 	^set_security
     58 	^set_share
     59 	^show
     60 	^unset_
     61 	^usage
     62 	^zfs
     63 	^sharectl
     64 
     65 add
     66 	/tests/sharemgr/add/tc_add_share
     67 
     68 create
     69 	/tests/sharemgr/create/tc_create_share
     70 
     71 delete
     72 	/tests/sharemgr/delete/tc_delete_share
     73 
     74 disable
     75 	/tests/sharemgr/disable/tc_disable_share
     76 
     77 move
     78 	/tests/sharemgr/move/tc_move_share
     79 
     80 oneoff
     81 	/tests/sharemgr/oneoff/kill_mountd
     82 
     83 reboot
     84 	/tests/sharemgr/oneoff/share_reboot
     85 
     86 remove
     87 	/tests/sharemgr/remove/tc_remove_share
     88 
     89 set_
     90 	/tests/sharemgr/set_/tc_set_
     91 
     92 set_security
     93 	/tests/sharemgr/set_security/tc_set_security
     94 
     95 set_share
     96 	/tests/sharemgr/set_share/tc_set_share
     97 
     98 show
     99 	/tests/sharemgr/show/tc_show
    100 
    101 unset_
    102 	/tests/sharemgr/unset_/tc_unset_
    103 
    104 usage
    105 	/tests/sharemgr/usage/tc_usage_share
    106 
    107 zfs
    108 	/tests/sharemgr/zfs/tc_zfs_share
    109 
    110 zones
    111 	/tests/sharemgr/zones/tc_zones_share
    112 
    113 sharectl
    114 	/tests/sharectl/tc_sharectl
    115 
    116 configure
    117 	/tests/configure/configure{1}
    118 
    119 unconfigure
    120 	/tests/configure/configure{2}
    121