function test fetch results in split format
|
|
= NAME =test_fetch_results
|
|
|
= SYNOPSIS = * test_fetch_results
|
|
|
= DESCRIPTION =Retrieve results (other than the test log) from the target board, atthe completion of the test.
|
|
This function is called by fetch_resultsduring the post_test phase of test execution, if it is defined in thetest 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 thetest base script (fuego_test.sh) for a test.
|
|
Results should normally be stored in the log directory for a particulartest run.
|
Results should normally be stored in the log directory for a particulartest run.
|
|
|
= EXAMPLES =Here are some sample invocations:{{{#!YellowBox call_if_present test_fetch_results}}}
|
|
|
= ENVIRONMENT and ARGUMENTS =The following values are available for the routine: * FUEGO_TARGET_TMP * TESTDIR * NODE_NAME * BUILD_ID * BUILD_NUMBER * LOGDIR * FWVER
|
|
|
= RETURN =Returns non-zero on error.
|
|
|
= 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''
|
|
fetch_results
|
= SEE ALSO = * [[function_fetch_test_results|fetch_results]]
|