Project

General

Profile

coordination #60518

Updated by ggardet_arm over 4 years ago

The goal of this ticket is to track progress of the support of real systems without IPMI or KVM-IP, in openQA/os-autoinst, such as Raspberry Pi boards and other ARM boards. 
 We need to: 
 1. Power ON/OFF the board (already supported by the `generalhw` backend, we just need hardware and scripts) backend) 
 2. Flash the board (use another board with USB mass storage gadget to emulate a USB disk?) 
 3. Use SSH consoles instead of VNC 
 4. Use real serial connection (optional, but useful before ssh is available) 

 The `generalhw` backend is designed for real systems connected to kvm-ip (keyboard, video, mouse over IP) systems with VNC support. 
 So, we could reuse this backend and make the VNC part optional and switch to SSH and serial consoles. 

Back