Started to add wrapper for bubblewrap that I want to use to make my integration tests without a heavy container engine as docker. IPC with the client application is not working, yet.

This commit is contained in:
Johannes Leupolz 2025-12-13 20:36:06 +00:00
parent 61cfb84cff
commit ad6a4cc696
6 changed files with 291 additions and 4 deletions

View file

@ -2,7 +2,10 @@
## Integration tests
Run with `cargo test -p vuinputd-tests --features "requires-root requires-uinput"`.
Install bubblewrap:
`apt-get install bubblewrap`.
Run with `cargo test -p vuinputd-tests --features "requires-root requires-uinput requires-bwrap"`.
## Manual end-to-end tests