From patchwork Wed Nov 29 03:21:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shaoqin Huang X-Patchwork-Id: 13472164 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="C+bnPFDP" Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E97D71990 for ; Tue, 28 Nov 2023 19:21:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701228096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qn+4k3AM11LFL57uM6GEUi282zVBW5ZFN35fzgUwu4s=; b=C+bnPFDP2uw4ccUsrIHLVYcDKAdJJHdQF6QMzz7UNSplEmvh5yt9VlHAuOEcIff+A91XQh gFg0gX2MtxJcUzEBzVxwCYXzaqAQzrvab9XDbKgpOXhL7epRnRkHA+W4Fz4BAx8N/93Phg 69BHnx8530329ewjxPzFEJvdHrSirI0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-574-rcYgkwPFP7mWc4xYumLwag-1; Tue, 28 Nov 2023 22:21:31 -0500 X-MC-Unique: rcYgkwPFP7mWc4xYumLwag-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A0A6180F82F; Wed, 29 Nov 2023 03:21:30 +0000 (UTC) Received: from virt-mtcollins-01.lab.eng.rdu2.redhat.com (virt-mtcollins-01.lab.eng.rdu2.redhat.com [10.8.1.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 66AD7492BFE; Wed, 29 Nov 2023 03:21:30 +0000 (UTC) From: Shaoqin Huang To: Andrew Jones , kvmarm@lists.linux.dev Cc: Shaoqin Huang , Alexandru Elisei , Colton Lewis , Eric Auger , kvm@vger.kernel.org, Nico Boehr , Nikos Nikoleris , Nina Schoetterl-Glausch , Ricardo Koller , Thomas Huth Subject: [kvm-unit-tests PATCH v1 0/3] arm64: runtime scripts improvements on efi Date: Tue, 28 Nov 2023 22:21:20 -0500 Message-Id: <20231129032123.2658343-1-shahuang@redhat.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 When I run the arm64 tests on efi, I found several runtime scripts issues. This patch series try to fix all the issues. The first patch add a missing error reporting. The second patch skip the migration tests when run on efi since it will always fail. The thrid patch fix the issue when parallel running tests on efi. Shaoqin Huang (3): runtime: Fix the missing last_line runtime: arm64: Skip the migration tests when run on EFI arm64: efi: Make running tests on EFI can be parallel arm/efi/run | 16 +++++++++------- scripts/runtime.bash | 7 +++++++ 2 files changed, 16 insertions(+), 7 deletions(-)