FrontPage 

Fuego wiki

Login or create account

function processing in split format

NAME [edit section]

= NAME =
processing

SYNOPSIS [edit section]

= SYNOPSIS =
processing

DESCRIPTION [edit section]

= 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 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.
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 [edit section]

= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
    processing
}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =

RETURN [edit section]

= RETURN =
Returns non-zero test failure.

SOURCE [edit section]

= SOURCE =
Located in ''scripts/functions.sh''

SEE ALSO [edit section]

test_processing, syslog_cmp, fail_check_cases, parser.py
= SEE ALSO =
 * [[function_test_processing|test_processing]], [[function_syslog_cmp|syslog_cmp]], [[function_fail_check_cases|fail_check_cases]], [[parser.py]]
TBWiki engine 1.8.3 by Tim Bird