function_fetch_results 

Fuego wiki

Login or create account

function fetch results

NAME [edit section]

fetch_results

SYNOPSIS [edit section]

  • fetch_results

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:
        fetch_results

ENVIRONMENT and ARGUMENTS [edit section]

The following values are used by the routine:
  • FUEGO_TARGET_TMP
  • TESTDIR
  • NODE_NAME
  • BUILD_ID
  • BUILD_NUMBER
  • LOGDIR

RETURN [edit section]

Returns non-zero on error.

SOURCE [edit section]

Located in scripts/functions.sh

SEE ALSO [edit section]

TBWiki engine 1.8.3 by Tim Bird