Home
last modified time | relevance | path

Searched refs:error_regex (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildhistory.py30 … global_config='', target_config='', change_bh_location=False, expect_error=False, error_regex=''): argument
46 search_for_error = re.search(error_regex, result.output)
47 …ch_for_error, msg="Could not find desired error in output: %s (%s)" % (error_regex, result.output))
H A Dbuildoptions.py153 …arget, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True, error_regex=error)
/openbmc/openbmc-test-automation/extended/
H A Dstandby_bmc.robot143 [Arguments] ${error_regex}=${ERROR_REGEX}
145 ${error_regex}= Escape Bash Quotes ${error_regex}
147 ... journalctl -b --no-pager | egrep '${error_regex}' ignore_err=1
/openbmc/qemu/scripts/
H A Dxml-preprocess.py138 error_regex = r"<\?error\s*\"([^\"]+)\"\s*\?>"
139 matches = re.findall(error_regex, xml_str)