Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py42 def checkTags(tc, tagexp): argument
43 return eval(tagexp, None, getVar(tc))
45 def filterByTagExp(testsuite, tagexp): argument
46 if not tagexp:
51 if checkTags(each, tagexp):
54 caseList.append(filterByTagExp(each, tagexp))
338 if hasattr(self, "tagexp") and self.tagexp:
339 logger.info("Filter test cases by tags: %s" % self.tagexp)
554 self.tagexp = d.getVar("TEST_SUITES_TAGS")
586 self.tagexp = tag if tag != None else d.getVar("TEST_SUITES_TAGS")