Home
last modified time | relevance | path

Searched hist:"65711 f9a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/avocado/
H A Dmachine_aspeed.py65711f9a Thu Aug 11 10:14:12 CDT 2022 Alex Bennée <alex.bennee@linaro.org> tests/avocado: apply a band aid to aspeed-evb login

This is really a limitation of the underlying console code which
doesn't allow us to detect the login: and following "#" prompts
because it reads input line wise. By adding a small delay we ensure
that the login prompt has appeared so we don't accidentally spaff the
shell commands to a confused getty in the guest.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Acked-by: John Snow <jsnow@redhat.com>
Message-Id: <20220811151413.3350684-8-alex.bennee@linaro.org>