]> xenbits.xensource.com Git - xen.git/commit
automation: qemu-smoke-arm64: Silence ifconfig error messages
authorMichal Orzel <michal.orzel@amd.com>
Thu, 8 Sep 2022 09:22:29 +0000 (11:22 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Thu, 8 Sep 2022 23:28:21 +0000 (16:28 -0700)
commite17ca18747cad3933e975b56560e49c3b3f705d3
treeb2c401327cd6a608d2d1aee4f792af8a114c6218
parentd88431107713873d86f668c08d329cdb34197050
automation: qemu-smoke-arm64: Silence ifconfig error messages

During the ping test, dom1 tries to assign an ip to eth0 in a loop.
Before setting up the network interface by dom0, this results in
printing the following error message several times:
(XEN) DOM1: ifconfig: SIOCSIFADDR: No such device

Silence this by redirecting stderr/stdout to /dev/null as we do not
care about the output and we should not pollute the log file.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Reviewed-by: Ayan Kumar Halder <ayankuma@amd.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
automation/scripts/qemu-smoke-arm64.sh