Home
last modified time | relevance | path

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

/openbmc/qemu/tests/avocado/
H A Dmachine_m68k_nextcube.py32 def check_bootrom_framebuffer(self, screenshot_path): argument
47 command_line='screendump %s' % screenshot_path)
51 screenshot_path = os.path.join(self.workdir, "dump.ppm")
52 self.check_bootrom_framebuffer(screenshot_path)
54 width, height = Image.open(screenshot_path).size
63 screenshot_path = os.path.join(self.workdir, "dump.ppm")
64 self.check_bootrom_framebuffer(screenshot_path)
65 lines = tesseract_ocr(screenshot_path, tesseract_version=4)