tests/functional: Remove sleep workarounds from Aspeed tests
authorCédric Le Goater <clg@redhat.com>
Fri, 22 Nov 2024 09:03:22 +0000 (10:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 25 Nov 2024 10:27:47 +0000 (10:27 +0000)
commitf8f5923808031e1335fc6d280a4b959ed5d28608
treed75d1887825f5fc7504e620ef2c876f079af6f21
parentf9ab0f467863a52445a37f36d7cf2dbd95db7553
tests/functional: Remove sleep workarounds from Aspeed tests

These were introduced in the avocado tests to workaround read issues
when interacting with console. They are no longer necessary and we can
use the expected "login:" string or the command prompt now. Drop the
last use of exec_command.

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