]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests
authorCédric Le Goater <clg@kaod.org>
Thu, 17 Nov 2022 17:25:21 +0000 (17:25 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Nov 2022 09:48:57 +0000 (09:48 +0000)
commita4b14b46d91eb24415fafd5a8aa8f9514c817a53
treed495b51756d908847934a78e3c414e9f8c670764
parent47fdc8fb82fc8dd182b4923a69cefadc87419e0d
tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests

The Aspeed SDK images are based on OpenBMC which starts a lot of
services. The output noise on the console can break from time to time
the test waiting for the logging prompt.

Change the U-Boot bootargs variable to add "quiet" to the kernel
command line and reduce the output volume. This also drops the test on
the CPU id which was nice to have but not essential.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20221104075347.370503-1-clg@kaod.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221117172532.538149-3-alex.bennee@linaro.org>
tests/avocado/machine_aspeed.py