Searched refs:selftestdir (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 70 def setup_builddir(self, suffix, selftestdir, suite): argument 72 if not selftestdir: 73 selftestdir = get_test_layer() 87 oe.path.copytree(selftestdir, newselftestdir) 98 …k_output("sed %s/conf/bblayers.conf -i -e 's#%s#%s#g'" % (newbuilddir, selftestdir, newselftestdir… 107 if selftestdir in cp[p] and newselftestdir not in cp[p]: 108 cp[p] = cp[p].replace(selftestdir, newselftestdir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/ |
| H A D | concurrencytest.py | 244 selftestdir = get_test_layer() 267 … (builddir, newbuilddir) = suite.setupfunc("-st-" + str(ourpid), selftestdir, process_suite)
|