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 2008 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 SVCADM=/usr/sbin/svcadm
27 SVCCFG=/usr/sbin/svccfg
28 SVCPROP=/usr/bin/svcprop
29 SVCS=/usr/bin/svcs
30
31 export SVCADM SVCCFG SVCPROP SVCS
32
33 export BASE32_CODE=${STF_SUITE}/tests/bin/$(uname -p)/base32
34 export NAME_GEN=${STF_SUITE}/tests/bin/$(uname -p)/name_gen
35
36 BASEBALL_PGN=tm_pgpatnt_baseball
37 BASEBALL_MO=tm_proppat_baseball_Missouri
38 BEERS_CA=tm_proppat_beers_California
39 BEERS_CO=tm_proppat_beers_Colorado
40 BEERS_PGN=tm_pgpatnt_beers
41 DIST_PGN=tm_pgpatnt_distances
42 DIST_DEN_ABQ=tm_proppat_distances_Denver_Albuquerque
43 DIST_DEN_CORTEZ=tm_proppat_distances_Denver_Cortez
44
45 export BASEBALL_PGN BASEBALL_MO BEERS_CA BEERS_CO BEERS_PGN DIST_PGN
46 export DIST_DEN_ABQ DIST_DEN_CORTEZ
47
48 DEFAULT_SERVICE=test_serv_1
49 DEFAULT_MANIFEST=${STF_SUITE}/${STF_EXEC}/manifests/$DEFAULT_SERVICE.xml
50
51 CARDINALITY_SERVICE=test_serv_cardinality
52 CARDINALITY_MANIFEST=${STF_SUITE}/${STF_EXEC}/manifests/$CARDINALITY_SERVICE.xml
53
54 VALUESET_SERVICE=test_serv_valueset
55 VALUESET_MANIFEST=${STF_SUITE}/${STF_EXEC}/manifests/$VALUESET_SERVICE.xml
56
57 INSTANCE_MANIFEST=${STF_SUITE}/${STF_EXEC}/manifests/test_instance_target.xml
58 DELEGATE_MANIFEST_PASS=${STF_SUITE}/${STF_EXEC}/manifests/test_delegate_pass.xml
59 DELEGATE_MANIFEST_FAIL=${STF_SUITE}/${STF_EXEC}/manifests/test_delegate_fail.xml
60 TYPE_MANIFEST_FAIL=${STF_SUITE}/${STF_EXEC}/manifests/test_type_fail.xml
61
62 export ME MYLOC DEFAULT_SERVICE DEFAULT_MANIFEST CARDINALITY_SERVICE
63 export CARDINALITY_MANIFEST VALUESET_SERVICE VALUESET_MANIFEST
64 export INSTANCE_MANIFEST DELEGATE_MANIFEST_PASS DELEGATE_MANIFEST_FAIL TYPE_MANIFEST_FAIL
65
66
67 PG_PREFIX_NT=tm_pgpatnt_
68 PG_PREFIX_TT=tm_pgpatt_
69 PG_PREFIX_N=tm_pgpatn_
70 PROP_PREFIX_NT=tm_proppat_nt_
71 PROP_PREFIX_TT=tm_proppat_t_
72 PROP_PREFIX_N=tm_proppat_n_
73
74 export PG_PREFIX_NT PG_PREFIX_TT PG_PREFIX_N PROP_PREFIX_NT PROP_PREFIX_TT PROP_PREFIX_N