Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

example/micropython-interactive.job: Example job for "qemu" device type. #27

Closed pfalcon closed 5 years ago

pfalcon commented 5 years ago

This is both an example of "qemu" device job, and for "interactive" test method, using MicroPython Zephyr port, and its interactive REPL.

pfalcon commented 5 years ago

@edmooring: FYI

pfalcon commented 5 years ago

Note that we had "qemu" device type/device for it configured previously (https://github.com/Linaro/lite-lava-docker-compose/commit/f032d3e04d105f26da36fb4d3d78c4a1792d9cda), this patch shows it in action.

pfalcon commented 5 years ago

Ping @galak, @microbuilder regarding review of this.

pfalcon commented 5 years ago

Fixed stray rebase, there should be 2 commits in PR. Still would appreciate a review.

pfalcon commented 5 years ago

@microbuilder: Thanks for the review. I guess the most "noticeable" change here is switching "make testjob" to qemu device, but I guess "make testjob" wasn't leveraged too much for anyone to be affected, and otherwise makes full sense (the idea is to test LAVA installation, including when you're in situation when you can't easily connect a board (on a plane, etc.)).

Merging.