Skip to content
Commit 1d7db1d6 authored by Debbie Martin's avatar Debbie Martin Committed by Diego Sueiro
Browse files

oeqa: Use the linux terminal utilities in the virtualization suite



The virtualization test suite inherits from meta-arm and was
overriding the run command utility to run and check commands on DomU.
This resulted in a transient error in reading back the echo of the
command since this is sensitive to timing. The utility also had to
filter out messages from Xen hypervisor which are observed on the
telnet session.

To fix both issues, use the Linux terminal utilities, which SSH to
Dom0 and mean that the Xen hypervisor messages are not seen. This
also increases code commonality.

Signed-off-by: default avatarDebbie Martin <Debbie.Martin@arm.com>
parent d28716f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment