tests/avocado: Make the test_arm_bpim2u_gmac test more reliable
commit7ea47af3905d37565d34beb4a35bc1b7bdc8a885
authorThomas Huth <thuth@redhat.com>
Fri, 30 Jun 2023 18:04:02 +0000 (30 19:04 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Jul 2023 11:51:58 +0000 (3 12:51 +0100)
treeb10a5422171e80f71dd447ecc7460c9ccbee0c23
parent9fe8fa02cda26a203b1844433c62df64eab41244
tests/avocado: Make the test_arm_bpim2u_gmac test more reliable

The test_arm_bpim2u_gmac test sometimes fails (ca. 1 out of 20 runs
here) since the disk shows up as /dev/mmcblk1 instead of /dev/mmcblk0
in some runs. No matter of the name in /dev, the major:minor encoding
seems always to be the same, so we can fix this issue by using the
correct major:minor hex number in the "root=" parameter instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230630161604.446394-1-thuth@redhat.com>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-18-alex.bennee@linaro.org>
tests/avocado/boot_linux_console.py