Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfunc_test.py80 with open(self.TestFile('u_boot_ucode_ptr')) as fd:
84 with open(self.TestFile('descriptor.bin')) as fd:
140 '-d', self.TestFile(fname))
158 dtb = fdt_util.EnsureCompiled(self.TestFile(fname))
228 def TestFile(self, fname): member in TestFunctional
323 self._RunBinman('-d', self.TestFile('01_invalid.dts'))
330 self._DoBinman('-d', self.TestFile('02_missing_node.dts'))
335 result = self._RunBinman('-d', self.TestFile('03_empty.dts'))
343 self.TestFile('04_invalid_entry.dts'))
753 with open(self.TestFile('u_boot_no_ucode_ptr')) as fd:
[all …]
H A Dfdt_test.py26 def TestFile(self, fname): member in TestFdt
30 return fdt_util.EnsureCompiled(self.TestFile(fname))