Home | History | Annotate | Download | only in dataservice
      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 src/CDDL.txt
      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 src/CDDL.txt.
     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 2007 Sun Microsystems, Inc.  All rights reserved.
     24 # Use is subject to license terms.
     25 #
     26 # ident	"@(#)tet_scen	1.21	07/06/25 SMI"
     27 #
     28 
     29 
     30 all
     31 	^non_reboot
     32 	^reboot
     33 
     34 non_reboot
     35 	:remote,000,031,032,033:
     36 	/tests/tc_dataservice{1}
     37 	/tests/tc_dataservice{2}
     38 	/tests/tc_dataservice{3}
     39 	/tests/tc_dataservice{4}
     40 	/tests/tc_dataservice{5}
     41 	/tests/tc_dataservice{6}
     42 	/tests/tc_dataservice{7}
     43 	/tests/tc_dataservice{8}
     44 	/tests/tc_dataservice{9}
     45 	/tests/tc_dataservice{10}
     46 	/tests/tc_dataservice{11}
     47 	/tests/tc_dataservice{12}
     48 	/tests/tc_dataservice{13}
     49 	/tests/tc_dataservice{14}
     50 	/tests/tc_dataservice{15}
     51 	/tests/tc_dataservice{16}
     52 	/tests/tc_dataservice{17}
     53 	/tests/tc_dataservice{18}
     54 	/tests/tc_dataservice{19}
     55 	:endremote:
     56 
     57 reboot
     58 	:remote,000,031,032,033:
     59 	/tests/tc_dataservice_reboot{1}
     60 	/tests/tc_dataservice_reboot{2}
     61 	/tests/tc_dataservice_reboot{3}
     62 	/tests/tc_dataservice_reboot{4}
     63 	:endremote:
     64 
     65 single_node
     66 	^non_reboot_single_node
     67 	^reboot_single_node
     68 
     69 non_reboot_single_node
     70 	:remote,000,031:
     71 	/tests/tc_dataservice{1}
     72 	/tests/tc_dataservice{2}
     73 	/tests/tc_dataservice{3}
     74 	/tests/tc_dataservice{4}
     75 	/tests/tc_dataservice{5}
     76 	/tests/tc_dataservice{6}
     77 	/tests/tc_dataservice{7}
     78 	/tests/tc_dataservice{8}
     79 #	/tests/tc_dataservice{9}
     80 #	/tests/tc_dataservice{10}
     81 	/tests/tc_dataservice{11}
     82 	/tests/tc_dataservice{12}
     83 	/tests/tc_dataservice{13}
     84 	/tests/tc_dataservice{14}
     85 	/tests/tc_dataservice{15}
     86 	/tests/tc_dataservice{16}
     87 	/tests/tc_dataservice{17}
     88 #	/tests/tc_dataservice{18}
     89 #	/tests/tc_dataservice{19}
     90 	:endremote:
     91 
     92 reboot_single_node
     93 	:remote,000,031:
     94 	/tests/tc_dataservice_reboot{5}
     95 	:endremote:
     96 
     97 all1
     98 	^non_reboot1
     99 	^reboot1
    100 
    101 non_reboot1
    102 	:remote,000,031,032,033:
    103 	/tests/tc_dataservice
    104 	:endremote:
    105 
    106 reboot1
    107 	:remote,000,031,032,033:
    108 	/tests/tc_dataservice_reboot
    109 	:endremote:
    110