function test fetch results

NAME [edit section]

test_fetch_results

SYNOPSIS [edit section]

DESCRIPTION [edit section]

Retrieve results (other than the test log) from the target board, at the completion of the test.

This function is called by fetch_results during the post_test phase of test execution, if it is defined in the test base script (fuego_test.sh) for a test.

Results should normally be stored in the log directory for a particular test run.

EXAMPLES [edit section]

Here are some sample invocations:

ENVIRONMENT and ARGUMENTS [edit section]

The following values are available for the routine:

RETURN [edit section]

Returns non-zero on error.

SOURCE [edit section]

Located in the base script for each test. The base test scripts are located in /fuego-core/engine/tests/<test_name>.

An example path would be: /fuego-core/engine/tests/Functional.LTP/fuego_test.sh

SEE ALSO [edit section]