Skip to content
  • Debbie Martin's avatar
    oeqa: Use the linux terminal utilities in the virtualization suite · 1d7db1d6
    Debbie Martin authored and Diego Sueiro's avatar Diego Sueiro committed
    
    
    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>
    1d7db1d6