All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v2 0/2] automation: test script fixes (pipefail)
@ 2024-08-29 22:34 victorm.lira
  2024-08-29 22:34 ` [PATCH v2 1/2] automation: fix false success in qemu tests victorm.lira
  2024-08-29 22:34 ` [PATCH v2 2/2] automation: use expect utility in xilinx tests victorm.lira
  0 siblings, 2 replies; 6+ messages in thread
From: victorm.lira @ 2024-08-29 22:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Victor Lira

From: Victor Lira <victorm.lira@amd.com>

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-30 12:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 22:34 [XEN PATCH v2 0/2] automation: test script fixes (pipefail) victorm.lira
2024-08-29 22:34 ` [PATCH v2 1/2] automation: fix false success in qemu tests victorm.lira
2024-08-30  0:48   ` Stefano Stabellini
2024-08-29 22:34 ` [PATCH v2 2/2] automation: use expect utility in xilinx tests victorm.lira
2024-08-30  0:48   ` Stefano Stabellini
2024-08-30 12:35   ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.