1*cdf0e10cSrcweir#The Qa-Test environment is defined in this file. All of the fields are
2*cdf0e10cSrcweir#necessary in order for the scripts to run effectlively
3*cdf0e10cSrcweir
4*cdf0e10cSrcweir###########################################################
5*cdf0e10cSrcweir# MASTERLIST file defines which test to run. These list are usually located in
6*cdf0e10cSrcweir# the qa-wrapper/lists dir
7*cdf0e10cSrcweir
8*cdf0e10cSrcweirMASTERLIST=<listdir/list file>
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir###########################################################
11*cdf0e10cSrcweir#The TESTCASE dir is where the testcases to be run are located
12*cdf0e10cSrcweir
13*cdf0e10cSrcweirTESTCASEDIR=<testcase dir>
14*cdf0e10cSrcweir
15*cdf0e10cSrcweir###########################################################
16*cdf0e10cSrcweir# Results are stored in a new directory at ${RESULTSBASE}/results-${RUNNAME}
17*cdf0e10cSrcweir
18*cdf0e10cSrcweirRESULTSBASE=/export/home/test/qadir/qa-wrapper/results
19*cdf0e10cSrcweir
20*cdf0e10cSrcweir###########################################################
21*cdf0e10cSrcweir# Where to find the Xmerge JAR files
22*cdf0e10cSrcweir
23*cdf0e10cSrcweirAPORTIS_JAR=/export/home/test/qadir/qa-wrapper/classes/aportisdoc.jar
24*cdf0e10cSrcweirWORDSMITH_JAR=/export/home/test/qadir/qa-wrapper/classes/wordsmith.jar
25*cdf0e10cSrcweirMINICALC_JAR=/export/home/test/qadir/qa-wrapper/classes/minicalc.jar
26*cdf0e10cSrcweirCLASSES_DIR=<qa-wrapperdir>/classes
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir###########################################################
29*cdf0e10cSrcweir# setup which version of POSE to use
30*cdf0e10cSrcweir
31*cdf0e10cSrcweirPERL5LIB=<Pose directory>/Scripting/Perl
32*cdf0e10cSrcweirPOSE_EXE=<Pose directory>/posedist/pose
33*cdf0e10cSrcweirPOSE_PRC=<location of prc files to use for testing>
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir###########################################################
36*cdf0e10cSrcweir
37*cdf0e10cSrcweir# Location of files required to run Pose
38*cdf0e10cSrcweir
39*cdf0e10cSrcweirEM_ROM_FILE=<location and name of palm rom file>
40*cdf0e10cSrcweirEM_SESSION_FILE=<location of palm session file>
41*cdf0e10cSrcweir
42*cdf0e10cSrcweir
43*cdf0e10cSrcweir###########################################################
44*cdf0e10cSrcweir
45*cdf0e10cSrcweir
46*cdf0e10cSrcweir# where to get the executables for the test_driver and the comparator
47*cdf0e10cSrcweir
48*cdf0e10cSrcweirTEST_DRIVER_PL=<qa-wrapperdir>/bin/qa_test_driver.pl
49*cdf0e10cSrcweirCOMPARATOR_PL=<qa-wrapperdir>/bin/qa_comparator.pl
50*cdf0e10cSrcweirCOMPLIST=<qa-wrapperdir>/lists
51*cdf0e10cSrcweir
52*cdf0e10cSrcweir###########################################################
53*cdf0e10cSrcweir# where to get the original XML test files
54*cdf0e10cSrcweir
55*cdf0e10cSrcweirXML_INFILE_DIR=<qa-wrapperdir>/testcases/xml-orig
56*cdf0e10cSrcweir
57*cdf0e10cSrcweir###########################################################
58*cdf0e10cSrcweir# where to find the baseline PDB files
59*cdf0e10cSrcweir
60*cdf0e10cSrcweirPDB_BASELINE_DIR=<qa-wrapperdir>/results/baseline/pdb-base
61*cdf0e10cSrcweir
62*cdf0e10cSrcweir###########################################################
63*cdf0e10cSrcweir# where to find the baseline XML files
64*cdf0e10cSrcweir
65*cdf0e10cSrcweirXML_BASELINE_DIR=<qa-wrapperdir>/results/baseline/xml-base
66*cdf0e10cSrcweir
67*cdf0e10cSrcweir###########################################################
68*cdf0e10cSrcweir#Location of script that runs the conversions
69*cdf0e10cSrcweirEM_SCRIPT_HOME=<location of rd script>
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir###########################################################
72*cdf0e10cSrcweir#Location of run-convtest.pl
73*cdf0e10cSrcweirQAWRAPPER_SCRIPT_HOME=<qa-wrapperdir>/bin
74*cdf0e10cSrcweir
75*cdf0e10cSrcweir###########################################################
76*cdf0e10cSrcweir#Location of converterlib.pm
77*cdf0e10cSrcweirQA_LIB_HOME=<qa dir>/lib
78*cdf0e10cSrcweir
79*cdf0e10cSrcweir###########################################################
80*cdf0e10cSrcweir#Location of comparator.pl
81*cdf0e10cSrcweirQA_COMPARATOR_HOME=<qa dir>/comparator/
82*cdf0e10cSrcweir
83*cdf0e10cSrcweir
84*cdf0e10cSrcweir
85*cdf0e10cSrcweir
86