Home
last modified time | relevance | path

Searched refs:is_exception (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py50 def is_exception(pkg): function
88 if is_exception(pn):
H A Dsstatetests.py917 def is_exception(object, exceptions): function
956 if not is_exception(missing_object, exceptions):
961 if "urlopen failed for" in l and not is_exception(l, exceptions):