function_test_fetch_results 

Fuego 1.2 wiki

Login

function test fetch results

NAME [edit section]

test_fetch_results

SYNOPSIS [edit section]

  • test_fetch_results

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:
        call_if_present test_fetch_results

ENVIRONMENT and ARGUMENTS [edit section]

The following values are available for the routine:
  • FUEGO_TARGET_TMP
  • TESTDIR
  • NODE_NAME
  • BUILD_ID
  • BUILD_NUMBER
  • LOGDIR
  • FWVER

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]

TBWiki engine 1.9.1 by Tim Bird