[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[XEN PATCH v2 0/2] automation: test script fixes (pipefail)
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: <victorm.lira@xxxxxxx>
- Date: Thu, 29 Aug 2024 15:34:21 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=5Bg6jyvZrN9UIpYXhrdKMxapnXYnZfNOq+H1L5YAZps=; b=rpYDSnO7z/eEyRTRkQGIZ6lwpQZsAclFdJxe7iWobIorulSzl9zvDUic5dTHx8jwTmSf8ObxM567kXZZNjAIimFQ29uHK0jKfsDsrS5aaBC9y2xcgkso8co8K7H6dZlAr5BlA4zPHLIGcvZirmGb6hZmmSi5Dl0H+SZ9XxIH34UEbGHnuTGJT+KYpxTZZ2wnwvi49pIOfCNn7ue8ZpJy8YI8GC+dOaCptRdYB36WyxXGtHqP47oidOusSI3jPAMyO//2lu0bhX5msgumcyGGKM6PBHDgInI70z98NLbWtOtOEejM7EArXz6tP6ijH9SsHrak8ImIlh77C9icnOkNNg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=eaBG48U/yxhSRdfCZ1iPzGpypHbpdDKS/kNYpIexrIr7OMvzHe9zG6nl8DHJEJxttwl0wEIc1x78tkPrr3lpoZ8FR3tMlYlKdCwd+s7LQPRVOf6OgmfMjJE3neQPhFUIcTohWukl7Tv4FhetrU4invjO7h2xAZnZL2XWXq2DNEcSHPd3lcfyvYp+p6ly5HRZtSJWQoyq55dANqHX4m/iQnV8WXvqga2kz4nmLJuaapLD15gAj58e6HtsEn74buZ/MW6IV2ZLiv/3DsRgQ40ukspf5TZsg6zzNA8pNR4RIP+0drTCyIvA/fuKST2aDzdDXzeJX4w5KTBW+2thJQS8yQ==
- Cc: Victor Lira <victorm.lira@xxxxxxx>
- Delivery-date: Thu, 29 Aug 2024 22:35:07 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
From: Victor Lira <victorm.lira@xxxxxxx>
Separated into two patches to improve clarity and updated to use the
"pipefail" function instead of "mkfifo".
Victor Lira (2):
automation: fix qemu test false success
automation: use expect utility in xilinx tests
.../build/ubuntu/xenial-xilinx.dockerfile | 1 +
automation/gitlab-ci/test.yaml | 2 ++
.../scripts/{qemu-key.exp => console.exp} | 10 ++++-----
automation/scripts/qemu-alpine-x86_64.sh | 9 ++++----
automation/scripts/qemu-smoke-dom0-arm32.sh | 9 ++++----
automation/scripts/qemu-smoke-dom0-arm64.sh | 9 ++++----
.../scripts/qemu-smoke-dom0less-arm32.sh | 9 ++++----
.../scripts/qemu-smoke-dom0less-arm64.sh | 9 ++++----
automation/scripts/qemu-smoke-ppc64le.sh | 9 ++++----
automation/scripts/qemu-smoke-riscv64.sh | 9 ++++----
automation/scripts/qemu-smoke-x86-64.sh | 9 ++++----
automation/scripts/qemu-xtf-dom0less-arm64.sh | 9 ++++----
.../scripts/xilinx-smoke-dom0-x86_64.sh | 22 +++++++++----------
.../scripts/xilinx-smoke-dom0less-arm64.sh | 19 ++++++++--------
14 files changed, 64 insertions(+), 71 deletions(-)
rename automation/scripts/{qemu-key.exp => console.exp} (78%)
--
2.25.1
|