Issue_0035 >> function_check_create_logrun >> function_test_pre_check >> function_gen_report >> Test_Script_APIs 

Fuego 1.1 wiki

Login or create account

Test Script APIs

This page documents the Fuego core scripts functions.

The following functions are available to test scripts.

FIXTHIS - core functions: should document which of the functions are internal, and which are intended for test script use

list of routines (by providing script) [edit section]

from functions.sh

from common.sh

  • abort_job - abort the current test, emitting a reason string to output
  • assert_define - to be used externally - check that an environment variable is defined
  • run_python

from reports.sh

from overlays.sh

  • set_overlay_vars - internal - process overlays and set variables for board, platform, test plan and test specs

FIXTHIS - need to document the ov_* functions as well, from the scripts in the engine/overlays/base directory.

From base-distrib.fuegoclass:

From base-board.fuegoclass:

From base-funcs.fuegoclass:

TBWiki engine 1.8.3 by Tim Bird