[Feature request] acceptance test class to run user-mode binaries
Bug #1874674 reported by
Philippe Mathieu-Daudé
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Expired
|
Wishlist
|
Unassigned | ||
Bug Description
Currently the acceptance test framework only target system-mode emulation.
It would be useful to test user-mode too.
Ref: https://<email address hidden>
| Changed in qemu: | |
| importance: | Undecided → Wishlist |
| Changed in qemu: | |
| status: | Incomplete → New |
To post a comment you must log in.

What user-mode testing do you think might be improved by using avocado?
IMO at present we have a fairly comprehensive testing infrastructure for user-mode that is simply underused. With docker, we have a set of cross-compilers for most guest architectures, and we are able to build statically linked binaries that are copied out of the container for testing by the just-built qemu binaries on the host. This infrastructure is used by check-tcg. It's fairly easy to add new test cases to be run on one or all guests.