function_get_testlog 

Fuego wiki

Login or create account

function get testlog

NAME [edit section]

get_testlog

SYNOPSIS [edit section]

  • get_testlog <testdir> [<testlog-filename>]

DESCRIPTION [edit section]

Retrieve the test log from the target device.

EXAMPLES [edit section]

Here are some sample invocations:
        get_testlog $TESTDIR $BOARD_TESTDIR/fuego.$TESTDIR/$TESTDIR.log

ENVIRONMENT and ARGUMENTS [edit section]

  • $1 = testdir
  • $2 = (optional) testlog-filename, which is the name of test log on target to retrieve. If this is not specified, the following default is used: $BOARD_TESTDIR/fuego.$TESTDIR/$TESTDIR.log

The following values are used by the routine:

  • FUEGO_LOGS_PATH
  • JOB_NAME
  • NODE_NAME
  • BUILD_ID
  • BUILD_NUMBER

These are used to construct the output path for the logfile (on the host), which is: $FUEGO_LOGS_PATH/${JOB_NAME}/testlogs/${NODE_NAME}.${BUILD_ID}.${BUILD_NUMBER}.log

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