Tims_Notes >> Functional.LTP >> Glossary >> Functional.mesa-demos >> Benchmark.nbench_byte 

Fuego 1.2 wiki

Login

function test fetch results in split format

NAME [edit section]

= NAME =
test_fetch_results

SYNOPSIS [edit section]

= SYNOPSIS =
 * test_fetch_results

DESCRIPTION [edit section]

= DESCRIPTION =
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.
This function is called by [[function_fetch_results|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.
Results should normally be stored in the log directory for a particular
test run.

EXAMPLES [edit section]

= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
    call_if_present test_fetch_results
}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =
The following values are available for the routine:
 * FUEGO_TARGET_TMP
 * TESTDIR
 * NODE_NAME
 * BUILD_ID
 * BUILD_NUMBER
 * LOGDIR
 * FWVER

RETURN [edit section]

= RETURN =
Returns non-zero on error.

SOURCE [edit section]

= SOURCE =
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
An example path would be: ''/fuego-core/engine/tests/Functional.LTP/fuego_test.sh''

SEE ALSO [edit section]

fetch_results
= SEE ALSO =
 * [[function_fetch_test_results|fetch_results]]
TBWiki engine 1.9.2 by Tim Bird