Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py13 def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime, argument
16 self.testdir = testpath
17 self.targetdir = testpath
18 os.makedirs(testpath, exist_ok=True)
23 BuildProject.__init__(self, uri, foldername, tmpdir=testpath, dl_dir=dl_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument
112 self.testdir = testpath
113 self.targetdir = testpath
114 bb.utils.mkdirhier(testpath)
119 BuildProject.__init__(self, d, uri, foldername, tmpdir=testpath)
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dresultutils.py77 testpath = "/".join(data[res]["configuration"].get(i) for i in configmap[testtype])
78 if testpath not in results:
79 results[testpath] = {}
80 results[testpath][res] = data[res]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py243 testpath = os.path.join(p, 'lib', 'oeqa', type)
244 bb.debug(2, 'Searching for tests in %s' % testpath)
245 if os.path.exists(testpath):
246 add_auto_list(testpath)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch282 system("$nasm $arguments $testpath > $stdoutfile 2> $stderrfile");
283 debugprint("$nasm $arguments $testpath > $stdoutfile 2> $stderrfile ----> $?");