On 10/21/20 12:50 PM, Philippe Mathieu-Daudé wrote:
Philippe Mathieu-Daudé (6):
tests/acceptance: Remove unused import
tests/acceptance: Use .ppm extention for Portable PixMap files
tests/acceptance: Extract tesseract_available() helper in new
namespace
tests/acceptance: Introduce tesseract_ocr() helper
tests/acceptance: Test Linux on the Fuloong 2E machine
tests/acceptance: Test PMON on the Fuloong 2E machine
MAINTAINERS | 1 +
tests/acceptance/machine_m68k_nextcube.py | 51 ++---------
tests/acceptance/machine_mips_fuloong2e.py | 101 +++++++++++++++++++++
tests/acceptance/tesseract_utils.py | 46 ++++++++++
4 files changed, 158 insertions(+), 41 deletions(-)
create mode 100644 tests/acceptance/machine_mips_fuloong2e.py
create mode 100644 tests/acceptance/tesseract_utils.py
Thanks, patches #1 and #2 applied to my acceptance-testing tree.