function test run

NAME [edit section]

test_run

SYNOPSIS [edit section]

Performs the actual steps needed to execute the test software on the target.

DESCRIPTION [edit section]

This function is defined in the base test script for a test, and executes those commands required to build the software.

When this function starts, the test program (if any) has been installed on the target board.

Commonly called functions or programs [edit section]

This function can contain calls to just about any command, but there are some common commands sed for building Linux source

Disk and filesystem tests may use the following routines:

Batch tests may use the following routines

EXAMPLES [edit section]

Some sample contents are:

ENVIRONMENT and ARGUMENTS [edit section]

A number of environment variables are set (see Core interfaces and Variables)

However, some variables that are commonly used in this function are:

There are no arguments to this function.

RETURN [edit section]

returns non-zero for error

SOURCE [edit section]

Located in the base script for each test. The base test scripts are located in /home/jenkins/fuego/engine/tests/<test_name>.

An example path would be: /home/jenkins/fuego/engine/tests/Functional.hello_world/hello_world.sh

SEE ALSO [edit section]