Stores data that is used in one or more script.
Currently contains: Lists used to determine whether a job uses job
control. Dictionaries describing jobcontrol exit codes. Dictionary of
product dependancies
|
FAILED_TO_LAUNCH = ' Failed to launch '
|
|
JOB_NOT_STARTED = ' Job not started '
|
|
LICENSE_CHECK_FILE = ' license_check.txt '
License file name produced by each test.
|
|
REF_LICENSE_CHECK_FILE = ' license_check_reference.txt '
Name of reference license file.
|
|
SKIP_LICENSE_TAG = ' skip_license_checking '
If a test has this tag, we won't check its license.
|
|
BAD_STATUS_TEXT = ' Failed due to bad exit status = %s. '
|
|
TIMEOUT_KILLED_TEXT = ' Failed due to timeout - killed by STU a ...
|
|
utilities_not_under_jobcontrol = [ ' adj_fep_pots ' , ' align_hypoP ...
|
|
top_level_drivers_not_under_jobcontrol = [ ' cluster ' , ' knime ' , ...
|
|
scripts_under_jobcontrol = [ ' qsite_binding_energies.py ' , ' semi ...
|
|
JOB_dependent_utils = [ ' canvasBayes ' , ' canvasFPGen ' , ' canvasHC ...
|
|
JC_outcome_codes = { ' Failed to launch ' : False, ' Job not starte ...
|
|
product_dependencies = { ' Bioluminate ' : [ ' mmshare ' , ' psp ' ] , ' Ca ...
|
|
source2product = { ' canvas ' : set([ ' Canvas ' ]) , ' combiglide ' : set ...
|
|
__package__ = None
hash(x)
|
|
product = ' SiteMap '
|
|
source = ' impact '
|
|
sources = [ ' mmshare ' , ' impact ' ]
|