function processing in 'raw' format
= NAME = processing = SYNOPSIS = processing = DESCRIPTION = 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 [[function_test_processing|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 = Here are some sample invocations: {{{#!YellowBox processing }}} = ENVIRONMENT and ARGUMENTS = = RETURN = Returns non-zero test failure. = SOURCE = Located in ''scripts/functions.sh'' = SEE ALSO = * [[function_test_processing|test_processing]], [[function_syslog_cmp|syslog_cmp]], [[function_fail_check_cases|fail_check_cases]], [[parser.py]]