tests/functional: Convert Aspeed arm SDK tests
authorCédric Le Goater <clg@redhat.com>
Fri, 22 Nov 2024 09:03:21 +0000 (10:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Nov 2024 10:27:47 +0000 (10:27 +0000)
commitf9ab0f467863a52445a37f36d7cf2dbd95db7553
tree74681d19ec1673165e780010a17d91947e339a4b
parentc95309b221ebd6e240a62927836491a6a4a5d397
tests/functional: Convert Aspeed arm SDK tests

Drop the SSH connection which was introduced in the avocado tests to
workaround read issues when interacting with console.

EXTRA_BOOTARGS was introduced to reduce the console output at Linux
boot time. This didn't have the desired effect as we still had issues
when trying to match patterns on the console and we had to use the ssh
connection as a workaround.

While at it, remove the U-Boot EXTRA_BOOTARGS variable which has
become useless.

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20241122090322.1934697-3-clg@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/avocado/machine_aspeed.py [deleted file]
tests/functional/test_arm_aspeed.py