1 #
   2 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
   3 # Use is subject to license terms.
   4 #
   5 
   6 #
   7 # BSD 3 Clause License
   8 #
   9 # Redistribution and use in source and binary forms, with or without
  10 # modification, are permitted provided that the following conditions
  11 # are met:
  12 #       - Redistributions of source code must retain the above copyright
  13 #         notice, this list of conditions and the following disclaimer.
  14 #
  15 #       - Redistributions in binary form must reproduce the above copyright
  16 #         notice, this list of conditions and the following disclaimer in
  17 #         the documentation and/or other materials provided with the
  18 #         distribution.
  19 #
  20 #       - Neither the name of Sun Microsystems, Inc. nor the
  21 #         names of its contributors may be used to endorse or promote products
  22 #         derived from this software without specific prior written permission.
  23 #
  24 # THIS SOFTWARE IS PROVIDED BY SUN MICROSYSTEMS, INC. "AS IS" AND ANY
  25 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  26 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  27 # DISCLAIMED. IN NO EVENT SHALL SUN MICROSYSTEMS, INC. BE LIABLE FOR ANY
  28 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  29 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES
  30 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  31 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  32 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  33 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  34 #
  35 #
  36 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  37 #
  38 
  39 all
  40         ^DATA
  41         ^TAPE
  42         ^POST
  43         ^CONFIG
  44         ^MOVER
  45         ^SCSI
  46         ^CONNECT
  47         
  48         
  49 DATA
  50         /tests/protocol-tests/DATA/tc_DATA
  51 
  52 TAPE
  53         /tests/protocol-tests/TAPE/tc_TAPE
  54 
  55 CONFIG
  56         /tests/protocol-tests/CONFIG/tc_CONFIG
  57 
  58 POST
  59         /tests/protocol-tests/POST/tc_POST
  60 
  61 MOVER
  62         /tests/protocol-tests/MOVER/tc_MOVER
  63 
  64 SCSI
  65         /tests/protocol-tests/SCSI/tc_SCSI
  66 
  67 CONNECT
  68         /tests/protocol-tests/CONNECT/tc_CONNECT
  69 
  70 configure
  71         /tests/configure/tc_configure{1}
  72 
  73 unconfigure
  74         /tests/configure/tc_configure{2}
  75