function test fetch results in 'raw' format
= NAME =
test_fetch_results
= SYNOPSIS =
* test_fetch_results
= DESCRIPTION =
Retrieve results (other than the test log) from the target board, at
the completion of the 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.
= 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''
= SEE ALSO =
* [[function_fetch_test_results|fetch_results]]