From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMMGg-0003QD-1C for qemu-devel@nongnu.org; Thu, 02 May 2019 20:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMMGe-0006fH-Vi for qemu-devel@nongnu.org; Thu, 02 May 2019 20:41:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMMGc-0006e6-Uu for qemu-devel@nongnu.org; Thu, 02 May 2019 20:41:36 -0400 From: Eduardo Habkost Date: Thu, 2 May 2019 21:41:11 -0300 Message-Id: <20190503004130.8285-1-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/19] Python queue, 2019-05-02 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org, Cleber Rosa The following changes since commit 8482ff2eb3bb95020eb2f370a9b3ea26511e41= df: Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request'= into staging (2019-05-02 12:04:51 +0100) are available in the Git repository at: git://github.com/ehabkost/qemu.git tags/python-next-pull-request for you to fetch changes up to faf441429adfe5767be52c5dcdb8bc03161d064f: configure: automatically pick python3 is available (2019-05-02 21:33:27= -0300) ---------------------------------------------------------------- Python queue, 2019-05-02 * configure: automatically pick python3 is available (Daniel P. Berrang=C3=A9) * tests/acceptance (Cleber Rosa, Philippe Mathieu-Daud=C3=A9): * Multi-architecture test support * Multiple arch-specific boot_linux_console test cases * Increase verbosity of avocado by default * docstring improvements ---------------------------------------------------------------- Cleber Rosa (17): tests/acceptance: show avocado test execution by default tests/acceptance: improve docstring on pick_default_qemu_bin() tests/acceptance: fix doc reference to avocado_qemu directory tests/acceptance: introduce arch parameter and attribute tests/acceptance: use "arch:" tag to filter target specific tests tests/acceptance: look for target architecture in test tags first tests/boot_linux_console: rename the x86_64 after the arch and machine tests/boot_linux_console: update the x86_64 kernel tests/boot_linux_console: add common kernel command line options tests/boot_linux_console: increase timeout tests/boot_linux_console: refactor the console watcher into utility method scripts/qemu.py: support adding a console with the default serial device tests/boot_linux_console: add a test for mips64el + malta tests/boot_linux_console: add a test for aarch64 + virt tests/boot_linux_console: add a test for arm + virt tests/boot_linux_console: add a test for s390x + s390-ccw-virtio tests/boot_linux_console: add a test for alpha + clipper Daniel P. Berrang=C3=A9 (1): configure: automatically pick python3 is available Philippe Mathieu-Daud=C3=A9 (1): tests/boot_linux_console: add a test for mips + malta docs/devel/testing.rst | 35 +++- configure | 18 +- .travis.yml | 4 +- python/qemu/__init__.py | 50 ++--- tests/Makefile.include | 5 +- tests/acceptance/avocado_qemu/__init__.py | 23 ++- tests/acceptance/boot_linux_console.py | 211 ++++++++++++++++++++-- tests/acceptance/linux_initrd.py | 2 +- tests/acceptance/virtio_version.py | 2 +- 9 files changed, 285 insertions(+), 65 deletions(-) --=20 2.18.0.rc1.1.g3f1ff2140 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32C4EC43219 for ; Fri, 3 May 2019 00:43:19 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F40FE2070B for ; Fri, 3 May 2019 00:43:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F40FE2070B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:60450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMMII-0004ZU-1Z for qemu-devel@archiver.kernel.org; Thu, 02 May 2019 20:43:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMMGg-0003QD-1C for qemu-devel@nongnu.org; Thu, 02 May 2019 20:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMMGe-0006fH-Vi for qemu-devel@nongnu.org; Thu, 02 May 2019 20:41:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMMGc-0006e6-Uu for qemu-devel@nongnu.org; Thu, 02 May 2019 20:41:36 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8D54783F4C; Fri, 3 May 2019 00:41:32 +0000 (UTC) Received: from localhost (ovpn-116-9.gru2.redhat.com [10.97.116.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id 20A1F5D9C4; Fri, 3 May 2019 00:41:31 +0000 (UTC) From: Eduardo Habkost To: Peter Maydell , qemu-devel@nongnu.org, Cleber Rosa Date: Thu, 2 May 2019 21:41:11 -0300 Message-Id: <20190503004130.8285-1-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 03 May 2019 00:41:32 +0000 (UTC) Content-Transfer-Encoding: quoted-printable 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] [PULL 00/19] Python queue, 2019-05-02 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Message-ID: <20190503004111.bp_9rf2EEtLjpyCqhdgktAZ9sgCQLuon4_6ahpcza2w@z> The following changes since commit 8482ff2eb3bb95020eb2f370a9b3ea26511e41= df: Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request'= into staging (2019-05-02 12:04:51 +0100) are available in the Git repository at: git://github.com/ehabkost/qemu.git tags/python-next-pull-request for you to fetch changes up to faf441429adfe5767be52c5dcdb8bc03161d064f: configure: automatically pick python3 is available (2019-05-02 21:33:27= -0300) ---------------------------------------------------------------- Python queue, 2019-05-02 * configure: automatically pick python3 is available (Daniel P. Berrang=C3=A9) * tests/acceptance (Cleber Rosa, Philippe Mathieu-Daud=C3=A9): * Multi-architecture test support * Multiple arch-specific boot_linux_console test cases * Increase verbosity of avocado by default * docstring improvements ---------------------------------------------------------------- Cleber Rosa (17): tests/acceptance: show avocado test execution by default tests/acceptance: improve docstring on pick_default_qemu_bin() tests/acceptance: fix doc reference to avocado_qemu directory tests/acceptance: introduce arch parameter and attribute tests/acceptance: use "arch:" tag to filter target specific tests tests/acceptance: look for target architecture in test tags first tests/boot_linux_console: rename the x86_64 after the arch and machine tests/boot_linux_console: update the x86_64 kernel tests/boot_linux_console: add common kernel command line options tests/boot_linux_console: increase timeout tests/boot_linux_console: refactor the console watcher into utility method scripts/qemu.py: support adding a console with the default serial device tests/boot_linux_console: add a test for mips64el + malta tests/boot_linux_console: add a test for aarch64 + virt tests/boot_linux_console: add a test for arm + virt tests/boot_linux_console: add a test for s390x + s390-ccw-virtio tests/boot_linux_console: add a test for alpha + clipper Daniel P. Berrang=C3=A9 (1): configure: automatically pick python3 is available Philippe Mathieu-Daud=C3=A9 (1): tests/boot_linux_console: add a test for mips + malta docs/devel/testing.rst | 35 +++- configure | 18 +- .travis.yml | 4 +- python/qemu/__init__.py | 50 ++--- tests/Makefile.include | 5 +- tests/acceptance/avocado_qemu/__init__.py | 23 ++- tests/acceptance/boot_linux_console.py | 211 ++++++++++++++++++++-- tests/acceptance/linux_initrd.py | 2 +- tests/acceptance/virtio_version.py | 2 +- 9 files changed, 285 insertions(+), 65 deletions(-) --=20 2.18.0.rc1.1.g3f1ff2140