FrontPage 

Fuego wiki

Login or create account

function check create functional logrun in split format

NAME [edit section]

= NAME =
check_create_functional_logrun

SYNOPSIS [edit section]

= SYNOPSIS =
check_create_functional_logrun message

DESCRIPTION [edit section]

loggen.py) is used to append results to the logrun file.
= DESCRIPTION =
If a batch testplan is being executed (BATCH_TESTPLAN and LOGRUN_FILE are set),
then the report log generator ([[loggen.py]]) is used to append results to the logrun file.
The report is placed in the REP_LOGRUN_FILE, which is in the report directory ($REP_DIR) and titled ${Device}.$LOGRUN_FILE.
The report is placed in the REP_LOGRUN_FILE, which is in the report directory
($REP_DIR) and titled ${Device}.$LOGRUN_FILE.
If the report does not exist, it is created first.
If the report does not exist, it is created first.
This function is only ever called from log_compare
This function is only ever called from [[function_log_compare|log_compare]]

EXAMPLES [edit section]

= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
check_create_functional_logrun "test error"
}}}
{{{#!YellowBox
check_create_functional_logrun "passed"
}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =
This function takes 1 position argument:
 * $1 is a message

RETURN [edit section]

= RETURN =
Returns non-zero on error.

SOURCE [edit section]

= SOURCE =
Located in ''scripts/reports.sh''

SEE ALSO [edit section]

log_compare, loggen.py * check_create_logrun is the version of this function for benchmark tests
= SEE ALSO =
 * [[function_log_compare|log_compare]], [[loggen.py]]
 * [[function_check_create_logrun|check_create_logrun]] is the version of this function for benchmark tests
TBWiki engine 1.8.3 by Tim Bird