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 
  48 short
  49         ^add
  50         ^create
  51         ^delete
  52         ^disable
  53         ^move
  54         ^remove
  55         ^set_
  56         ^set_security
  57         ^set_share
  58         ^show
  59         ^unset_
  60         ^usage
  61         ^zfs
  62         ^sharectl
  63 
  64 add
  65         /tests/sharemgr/add/tc_add_share
  66 
  67 create
  68         /tests/sharemgr/create/tc_create_share
  69 
  70 delete
  71         /tests/sharemgr/delete/tc_delete_share
  72 
  73 disable
  74         /tests/sharemgr/disable/tc_disable_share
  75 
  76 move
  77         /tests/sharemgr/move/tc_move_share
  78 
  79 oneoff
  80         /tests/sharemgr/oneoff/kill_mountd
  81 
  82 reboot
  83         /tests/sharemgr/oneoff/share_reboot
  84 
  85 remove
  86         /tests/sharemgr/remove/tc_remove_share
  87 
  88 set_
  89         /tests/sharemgr/set_/tc_set_
  90 
  91 set_security
  92         /tests/sharemgr/set_security/tc_set_security
  93 
  94 set_share
  95         /tests/sharemgr/set_share/tc_set_share
  96 
  97 show
  98         /tests/sharemgr/show/tc_show
  99 
 100 unset_
 101         /tests/sharemgr/unset_/tc_unset_
 102 
 103 usage
 104         /tests/sharemgr/usage/tc_usage_share
 105 
 106 zfs
 107         /tests/sharemgr/zfs/tc_zfs_share
 108 
 109 zones
 110         /tests/sharemgr/zones/tc_zones_share
 111 
 112 sharectl
 113         /tests/sharectl/tc_sharectl
 114 
 115 configure
 116         /tests/configure/configure{1}
 117 
 118 unconfigure
 119         /tests/configure/configure{2}