1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21
22#The Qa-Test environment is defined in this file. All of the fields are
23#necessary in order for the scripts to run effectlively
24
25###########################################################
26# MASTERLIST file defines which test to run. These list are usually located in
27# the qa-wrapper/lists dir
28
29MASTERLIST=<listdir/list file>
30
31###########################################################
32#The TESTCASE dir is where the testcases to be run are located
33
34TESTCASEDIR=<testcase dir>
35
36###########################################################
37# Results are stored in a new directory at ${RESULTSBASE}/results-${RUNNAME}
38
39RESULTSBASE=/export/home/test/qadir/qa-wrapper/results
40
41###########################################################
42# Where to find the Xmerge JAR files
43
44APORTIS_JAR=/export/home/test/qadir/qa-wrapper/classes/aportisdoc.jar
45WORDSMITH_JAR=/export/home/test/qadir/qa-wrapper/classes/wordsmith.jar
46MINICALC_JAR=/export/home/test/qadir/qa-wrapper/classes/minicalc.jar
47CLASSES_DIR=<qa-wrapperdir>/classes
48
49###########################################################
50# setup which version of POSE to use
51
52PERL5LIB=<Pose directory>/Scripting/Perl
53POSE_EXE=<Pose directory>/posedist/pose
54POSE_PRC=<location of prc files to use for testing>
55
56###########################################################
57
58# Location of files required to run Pose
59
60EM_ROM_FILE=<location and name of palm rom file>
61EM_SESSION_FILE=<location of palm session file>
62
63
64###########################################################
65
66
67# where to get the executables for the test_driver and the comparator
68
69TEST_DRIVER_PL=<qa-wrapperdir>/bin/qa_test_driver.pl
70COMPARATOR_PL=<qa-wrapperdir>/bin/qa_comparator.pl
71COMPLIST=<qa-wrapperdir>/lists
72
73###########################################################
74# where to get the original XML test files
75
76XML_INFILE_DIR=<qa-wrapperdir>/testcases/xml-orig
77
78###########################################################
79# where to find the baseline PDB files
80
81PDB_BASELINE_DIR=<qa-wrapperdir>/results/baseline/pdb-base
82
83###########################################################
84# where to find the baseline XML files
85
86XML_BASELINE_DIR=<qa-wrapperdir>/results/baseline/xml-base
87
88###########################################################
89#Location of script that runs the conversions
90EM_SCRIPT_HOME=<location of rd script>
91
92###########################################################
93#Location of run-convtest.pl
94QAWRAPPER_SCRIPT_HOME=<qa-wrapperdir>/bin
95
96###########################################################
97#Location of converterlib.pm
98QA_LIB_HOME=<qa dir>/lib
99
100###########################################################
101#Location of comparator.pl
102QA_COMPARATOR_HOME=<qa dir>/comparator/
103
104
105
106
107