mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
oeqa selftest context.py: whitespace fix
(From OE-Core rev: 8aed3ca405cb3cc5d346eb8da8b3307d93f75d5b) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e2cf72a8c1
commit
72d34fa0ab
@@ -226,14 +226,14 @@ class OESelftestTestContextExecutor(OETestContextExecutor):
|
||||
machines = []
|
||||
|
||||
bbpath = self.tc_kwargs['init']['td']['BBPATH'].split(':')
|
||||
|
||||
|
||||
for path in bbpath:
|
||||
found_machines = glob.glob(os.path.join(path, 'conf', 'machine', '*.conf'))
|
||||
if found_machines:
|
||||
for i in found_machines:
|
||||
# eg: '/home/<user>/poky/meta-intel/conf/machine/intel-core2-32.conf'
|
||||
machines.append(os.path.splitext(os.path.basename(i))[0])
|
||||
|
||||
|
||||
return machines
|
||||
|
||||
def _get_cases_paths(self, bbpath):
|
||||
|
||||
Reference in New Issue
Block a user