Package schrodinger :: Package test :: Package stu :: Package outcomes :: Module job_status
[hide private]
[frames] | no frames]

Module job_status

Contains workups relating to the exit status of the job. Most of these will not be explicitly passed in the workup specification, but will be run implicitly.


Copyright: Schrodinger, LLC. All rights reserved.

Classes [hide private]
  _LicenseInfo
Extract an in-memory representation of the license checkouts from a named license checkout file.
Functions [hide private]
 
license_check(license_check_file=constants.LICENSE_CHECK_FILE, ref_license_check_file=constants.REF_LICENSE_CHECK_FILE)
Compare the license file against a standard.
Variables [hide private]
  logger = log.get_logger('test_backend.workups')
Workup logger, should inherit verbosity from test_backend logger.
Function Details [hide private]

license_check(license_check_file=constants.LICENSE_CHECK_FILE, ref_license_check_file=constants.REF_LICENSE_CHECK_FILE)

 

Compare the license file against a standard. If either does not exist, return True. If the two match, return True. The reference license file should be called "license_check_reference.txt" and the license file being tested should be called "license_check.txt".