Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_imagegen.py64 def assertImageDoesNotContainSection(self, image, elf, section_name): member in BaseTestCase
193 self.assertImageDoesNotContainSection(image, self.ELF, ".rodata")
231 self.assertImageDoesNotContainSection(image, elfpath, sec)
311 self.assertImageDoesNotContainSection(image, ELF, mergedsection)