From patchwork Tue Aug 13 13:49:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 11092305 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 406D113AC for ; Tue, 13 Aug 2019 13:51:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 310171FEBD for ; Tue, 13 Aug 2019 13:51:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2510C2868C; Tue, 13 Aug 2019 13:51:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id AFFBD2864B for ; Tue, 13 Aug 2019 13:51:10 +0000 (UTC) Received: from localhost ([::1]:52558 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxXCg-0000sE-4A for patchwork-qemu-devel@patchwork.kernel.org; Tue, 13 Aug 2019 09:51:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34507) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxXBV-00071b-OW for qemu-devel@nongnu.org; Tue, 13 Aug 2019 09:49:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxXBU-00060N-F8 for qemu-devel@nongnu.org; Tue, 13 Aug 2019 09:49:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37806) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hxXBU-000609-7a for qemu-devel@nongnu.org; Tue, 13 Aug 2019 09:49:56 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 88EBB8E591; Tue, 13 Aug 2019 13:49:55 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.129]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 78CC510013A1; Tue, 13 Aug 2019 13:49:45 +0000 (UTC) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Tue, 13 Aug 2019 15:49:21 +0200 Message-Id: <20190813134921.30602-4-philmd@redhat.com> In-Reply-To: <20190813134921.30602-1-philmd@redhat.com> References: <20190813134921.30602-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 13 Aug 2019 13:49:55 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [RFC PATCH v3 3/3] tests/acceptance: Run commands sending VNC keys X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Thomas Huth , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , Wainer dos Santos Moschetta , Gerd Hoffmann , Cleber Rosa , =?utf-8?q?Alex_Benn=C3=A9e?= Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Proof of concept to interract with a framebuffer via VNC. This test send 'mem' and 'help' to the firmware prompt within the single X terminal opened. Signed-off-by: Philippe Mathieu-Daudé --- This test is limited because the '-vnc' option only allow to bind TCP port. To allow parallel testing, I should try to bind within a range instead of ':0'. --- tests/acceptance/machine_m68k_nextcube.py | 49 +++++++++++++++++++++++ tests/requirements.txt | 1 + 2 files changed, 50 insertions(+) diff --git a/tests/acceptance/machine_m68k_nextcube.py b/tests/acceptance/machine_m68k_nextcube.py index e09cab9f20..f4f853dfa1 100644 --- a/tests/acceptance/machine_m68k_nextcube.py +++ b/tests/acceptance/machine_m68k_nextcube.py @@ -13,6 +13,7 @@ import distutils.spawn from avocado_qemu import Test from avocado import skipUnless +from vncdotool import api as vnc from avocado.utils import process from avocado.utils.path import find_command, CmdNotFoundError @@ -119,3 +120,51 @@ class NextCubeMachine(Test): self.assertIn('System test failed. Error code 51', text) self.assertIn('Boot command', text) self.assertIn('Next>', text) + + + @staticmethod + def vnc_send_string(client, string, eol=True): + for key in string: + client.keyPress(key) + time.sleep(0.02) + if eol: + client.keyPress('enter') + time.sleep(0.02) + + @skipUnless(tesseract_available(3), 'tesseract v3 OCR tool not available') + def test_bootrom_via_vnc_with_tesseract_v3(self): + """ + :avocado: tags=arch:m68k + :avocado: tags=machine:next_cube + :avocado: tags=device:framebuffer + """ + screenshot_path = os.path.join(self.workdir, "dump.png") + + rom_url = ('http://www.nextcomputers.org/NeXTfiles/Software/ROM_Files/' + '68040_Non-Turbo_Chipset/Rev_2.5_v66.BIN') + rom_hash = 'b3534796abae238a0111299fc406a9349f7fee24' + rom_path = self.fetch_asset(rom_url, asset_hash=rom_hash) + + self.vm.set_machine('next-cube') + self.vm.add_args('-bios', rom_path, + '-vnc', ':0') # XXX do not use static TCP port... + self.vm.launch() + + self.log.info('VM launched, waiting for display') + # TODO: Use avocado.utils.wait.wait_for to catch the + # 'displaysurface_create 1120x832' trace-event. + time.sleep(2) + + with vnc.connect('127.0.0.1') as client: + self.vnc_send_string(client, 'help') + self.vnc_send_string(client, 'mem') + client.captureScreen(screenshot_path) + client.disconnect() + + console_logger = logging.getLogger('console') + text = process.run("tesseract %s stdout" % screenshot_path).stdout_text + for line in text.split('\n'): + if len(line): + console_logger.debug(line) + self.assertIn('address space', text) + self.assertIn('System', text) diff --git a/tests/requirements.txt b/tests/requirements.txt index 3ae0e29ad7..f7467287a1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,3 +3,4 @@ # refer to: https://pip.pypa.io/en/stable/user_guide/#id1 avocado-framework==68.0 paramiko +vncdotool