mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
The differences between OEFVPTarget, OEFVPSSHTarget and OEFVPSerialTarget are not obvious and there is a lot of duplication. Merge all the logic into one OEFVPTarget (again). This has the following features: * Run SSH commands * Run serial console assertions * Lazily await a Linux login prompt while running test cases (only when self.target.run is called). Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>