function processing
NAME [edit section]
processing
SYNOPSIS [edit section]
processing
DESCRIPTION [edit section]
This function performes the "processing" phase of a test, which is to analyze results, check logs for errors, generate the final results file for the test, and update the chart information for the test.It calls the base script's test_processing function, if one is defined. It also runs the test's 'parser.py' module, if one is present. If one is not present, it runs a generic parser.py.
EXAMPLES [edit section]
Here are some sample invocations:processing
ENVIRONMENT and ARGUMENTS [edit section]
RETURN [edit section]
Returns non-zero test failure.
SOURCE [edit section]
Located in scripts/functions.sh
SEE ALSO [edit section]