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