devices: qemu: add qemu-lava pass-through device#33
Conversation
553c8cd to
3445e96
Compare
|
I think commit kselftest: increase BPF timeout from 45 to 120 minutes was added here by mistake. |
Or I am checking you are reviewing properly =D. Removed thanks |
|
Can we please update the commit messages? In commit "devices: add LAVADevice base..." you say something like, "and rebase fvp-lava onto it.", not sure its needed. maybe add "no functional changes"? and in commit "devices: qemu: add qemu-lava..." should say: "devices: lava: add qemu-lava..." |
Move the shared passthrough logic, load and validate a LAVA job definition and return it unchanged, into a new LAVADevice base in devices/lava.py. No functional changes. Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
Add a qemu-lava device that submits a raw LAVA job definition unchanged, built on the shared LAVADevice base. Add unit tests for device selection, the missing-argument error, and passthrough of a sample QEMU job definition. Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
Done |
Add a QemuLAVA device that accepts a raw LAVA job definition via --job-definition and returns it unchanged, mirroring the existing fvp-lava device.
Add unit tests covering device selection, the missing-argument error, and pass-through of a sample QEMU job definition.