# ************************************************************* # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # ************************************************************* #The Qa-Test environment is defined in this file. All of the fields are #necessary in order for the scripts to run effectlively ########################################################### # MASTERLIST file defines which test to run. These list are usually located in # the qa-wrapper/lists dir MASTERLIST= ########################################################### #The TESTCASE dir is where the testcases to be run are located TESTCASEDIR= ########################################################### # Results are stored in a new directory at ${RESULTSBASE}/results-${RUNNAME} RESULTSBASE=/export/home/test/qadir/qa-wrapper/results ########################################################### # Where to find the Xmerge JAR files APORTIS_JAR=/export/home/test/qadir/qa-wrapper/classes/aportisdoc.jar WORDSMITH_JAR=/export/home/test/qadir/qa-wrapper/classes/wordsmith.jar MINICALC_JAR=/export/home/test/qadir/qa-wrapper/classes/minicalc.jar CLASSES_DIR=/classes ########################################################### # setup which version of POSE to use PERL5LIB=/Scripting/Perl POSE_EXE=/posedist/pose POSE_PRC= ########################################################### # Location of files required to run Pose EM_ROM_FILE= EM_SESSION_FILE= ########################################################### # where to get the executables for the test_driver and the comparator TEST_DRIVER_PL=/bin/qa_test_driver.pl COMPARATOR_PL=/bin/qa_comparator.pl COMPLIST=/lists ########################################################### # where to get the original XML test files XML_INFILE_DIR=/testcases/xml-orig ########################################################### # where to find the baseline PDB files PDB_BASELINE_DIR=/results/baseline/pdb-base ########################################################### # where to find the baseline XML files XML_BASELINE_DIR=/results/baseline/xml-base ########################################################### #Location of script that runs the conversions EM_SCRIPT_HOME= ########################################################### #Location of run-convtest.pl QAWRAPPER_SCRIPT_HOME=/bin ########################################################### #Location of converterlib.pm QA_LIB_HOME=/lib ########################################################### #Location of comparator.pl QA_COMPARATOR_HOME=/comparator/