function fetch results

NAME [edit section]

fetch_results

SYNOPSIS [edit section]

DESCRIPTION [edit section]

Retrieve the test log and system logs from the target device. This is called by post_test.

It calls the firmware function, then retrieves the test log output from the board.

Then it does a "dump_syslogs after".

Then it uses get to retrieve the before and after system logs.

Finally, it calls test_fetch_results if one is defined for this test. This allows the test to perform any special actions required to get results from the board.

EXAMPLES [edit section]

Here are some sample invocations:

ENVIRONMENT and ARGUMENTS [edit section]

The following values are used by the routine:

RETURN [edit section]

Returns non-zero on error.

SOURCE [edit section]

Located in scripts/functions.sh

SEE ALSO [edit section]