uspVendorLogRequiredStrings
Value Type
text
Description
This testvar specifies an optional list of search strings that must be present in the contents of the vendor log file uploaded by the USP agent. If configured, the vendor log upload test checks each line of the uploaded log file for each search string. The test fails if any of the search strings is not found in at least one line. Matching is case-insensitive substring matching. For example, “boot” will match any line containing “boot”, “Boot”, or “reboot”. 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 require that both “started” and “boot complete” appear in the log file:
testvar uspVendorLogRequiredStrings {started {boot complete}}
Leave this testvar empty (the default) to skip this check.
This testvar was added in CDRouter 16.7