tr69VendorLogForbiddenStrings
Value Type
text
Description
This testvar specifies an optional list of search strings that must not be present in the contents of the vendor log file uploaded by the CPE. If configured, the vendor log upload tests check each line of the uploaded log file for each search string. The test fails if any of the search strings is found in one or more lines. Matching is case-insensitive substring matching. For example, “error” will match any line containing “error”, “Error”, or “fatalError”. All matching lines are printed to the test log.
The value is a Tcl list of search strings. Search strings that contain whitespace must be enclosed in braces. For example, to fail if either “error” or “out of memory” appears in the log file:
testvar tr69VendorLogForbiddenStrings {error {out of memory}}
Leave this testvar empty (the default) to skip this check.