Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py124 log.info("Executing test %s: %s", test.name, test.shortDescription())
165 ('description', test.shortDescription()),
201 testcase.set('description', test.shortDescription())
270 def shortDescription(self): member in BuildPerfTestCase
271 return super(BuildPerfTestCase, self).shortDescription() or ""