|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.18] automation: disable terminal echo in xilinx test scripts
commit d15515f5239be4c837f8797576978fb36f50a674
Author: Victor Lira <victorm.lira@xxxxxxx>
AuthorDate: Tue Jun 17 09:44:49 2025 -0700
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Mon Nov 10 18:20:16 2025 +0000
automation: disable terminal echo in xilinx test scripts
The default terminal settings in Linux will enable echo which interferes
with
these tests. Set the value in the script to avoid failure caused by a
settings
reset.
Signed-off-by: Victor Lira <victorm.lira@xxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
(cherry picked from commit 2f73ef4bd7222d120e593dccb13b5e79b642af56)
---
automation/scripts/xilinx-smoke-dom0less-arm64.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/automation/scripts/xilinx-smoke-dom0less-arm64.sh
b/automation/scripts/xilinx-smoke-dom0less-arm64.sh
index d4bf19855a..240193d8d0 100755
--- a/automation/scripts/xilinx-smoke-dom0less-arm64.sh
+++ b/automation/scripts/xilinx-smoke-dom0less-arm64.sh
@@ -136,7 +136,7 @@ cd $START
# connect to serial
SERIAL_DEV="/dev/serial/zynq"
set +e
-stty -F ${SERIAL_DEV} 115200
+stty -F ${SERIAL_DEV} 115200 -echo
timeout -k 1 120 nohup sh -c "cat ${SERIAL_DEV} | tee smoke.serial"
# stop the board
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.18
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |