From patchwork Tue Nov 17 04:21:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 11911583 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 704C9139F for ; Tue, 17 Nov 2020 04:23:00 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2C9352463D for ; Tue, 17 Nov 2020 04:22:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="XErBTo4B" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C9352463D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.28707.57762 (Exim 4.92) (envelope-from ) id 1kesUc-0007UZ-V8; Tue, 17 Nov 2020 04:21:22 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 28707.57762; Tue, 17 Nov 2020 04:21:22 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kesUc-0007US-Ry; Tue, 17 Nov 2020 04:21:22 +0000 Received: by outflank-mailman (input) for mailman id 28707; Tue, 17 Nov 2020 04:21:21 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kesUb-0007UN-M9 for xen-devel@lists.xenproject.org; Tue, 17 Nov 2020 04:21:21 +0000 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 3a023934-3978-452a-981b-7676b368c567; Tue, 17 Nov 2020 04:21:20 +0000 (UTC) Received: from sstabellini-ThinkPad-T480s (c-24-130-65-46.hsd1.ca.comcast.net [24.130.65.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 46C912463D; Tue, 17 Nov 2020 04:21:19 +0000 (UTC) Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kesUb-0007UN-M9 for xen-devel@lists.xenproject.org; Tue, 17 Nov 2020 04:21:21 +0000 X-Inumbo-ID: 3a023934-3978-452a-981b-7676b368c567 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 3a023934-3978-452a-981b-7676b368c567; Tue, 17 Nov 2020 04:21:20 +0000 (UTC) Received: from sstabellini-ThinkPad-T480s (c-24-130-65-46.hsd1.ca.comcast.net [24.130.65.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 46C912463D; Tue, 17 Nov 2020 04:21:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605586879; bh=R6i+XqfnLhuveeIQ6z4Pa7aQo539h24oDLTz60FS9m8=; h=Date:From:To:cc:Subject:From; b=XErBTo4BlFkES9XJImN7r9Fh/nYvKa+RNl/78SN7HI4vjgPfxw/7CIuZ2yiIHn4n8 8jeiWlJiR7fOYAed+B+cUc/ITchSYrZLcvSvqSaauReg1ZwDoPw1BQIxHrT9X/S7ba pUYECSazW1ykSbYjK56RBJm6StZU0aS8LI6B4xzY= Date: Mon, 16 Nov 2020 20:21:18 -0800 (PST) From: Stefano Stabellini X-X-Sender: sstabellini@sstabellini-ThinkPad-T480s To: andrew.cooper3@citrix.com, cardoe@cardoe.com, wl@xen.org cc: sstabellini@kernel.org, xen-devel@lists.xenproject.org Subject: [PATCH v2 0/2] automation: arm64 dom0less smoke test Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Hi all, This short series introduces a very simple Xen Dom0less smoke test based on qemu-system-aarch64 to be run as part of the gitlab CI-loop. It currently passes on staging. Cheers, Stefano Changes in v2: - use the Debian kernel for testing instead of building your own - fix x86_32 build Stefano Stabellini (2): automation: add a QEMU aarch64 smoke test automation: add dom0less to the QEMU aarch64 smoke test automation/gitlab-ci/test.yaml | 23 ++++++++ automation/scripts/build | 6 +-- automation/scripts/qemu-smoke-arm64.sh | 98 ++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+), 3 deletions(-) create mode 100755 automation/scripts/qemu-smoke-arm64.sh Acked-by: Wei Liu