Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py84 def assertImageContainsSection(self, image, elf, section_name): member in BaseTestCase
189 self.assertImageContainsSection(image, self.ELF, ".data")
190 self.assertImageContainsSection(image, self.ELF, ".text")
213 self.assertImageContainsSection(image, self.ELF, ".data")
214 self.assertImageContainsSection(image, self.ELF, ".text")
215 self.assertImageContainsSection(image, self.ELF, ".rodata")
229 self.assertImageContainsSection(image, elfpath, sec)
292 self.assertImageContainsSection(image, ELF, section)
308 self.assertImageContainsSection(image, ELF, section)