|
main()
The main "entry point" for the module, which gets run by
the installation_check_run wrapper script. |
|
|
|
|
|
get_host_entries(args)
Get all the host entries (jobcontrol.Host objects) from the hosts
file. |
|
|
|
run_test_jobs(entries,
launch_dir=' . ' ,
timeout=None)
Run testapp jobs using a list of host entries (jobcontrol.Host
objects). |
|
|
|
run_postmortem(jobids)
Run postmortem for a given set of jobids, log the results into the
"postmortem.log" |
|
|
|
test_pyqt()
Determine if we have correct libraries to load PyQt. |
|
|
|
|
|
queue_inst_file(queue_name,
filename) |
|
|
|
queue_orig_dir(queue_name) |
|
|
|
queue_orig_file(queue_name,
filename) |
|
|
|
queue_config_diffs()
Return a collection of diffs of config and template queue files
(original version from the installation vs what's in the user's
queues dir) |
|
|
|
queue_config_file_pairs()
Return a list of pairs of config/template queue files to be compared,
and a list of warnings. |
|
|
|
queue_config_files_diff(inst_filepath,
orig_filepath)
Return a diff (list of strings) of two config/template queue files |
|
|
|
log_banner(logger)
Log the basic information. |
|
|
|
check_running_as_root(logger)
Produce a warning if we are running as root. |
|
|
|
parse_args()
Parse cmdline arguments. |
|
|