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