Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/
H A Dtest_m68k_nextcube.py33 def check_bootrom_framebuffer(self, screenshot_path): argument
44 command_line='screendump %s' % screenshot_path)
49 screenshot_path = os.path.join(self.workdir, "dump.ppm")
50 self.check_bootrom_framebuffer(screenshot_path)
52 width, height = Image.open(screenshot_path).size
62 screenshot_path = os.path.join(self.workdir, "dump.ppm")
63 self.check_bootrom_framebuffer(screenshot_path)
64 lines = tesseract_ocr(screenshot_path)