-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automated QEMU-based testing to CI (#1041)
* Added `qemu_test` application that automatically runs all tests and returns a specific exit code from QEMU based on test output. * Added a `test` Make target that enables and runs `qemu_test`. * Added a CI workflow that runs the `test` target * Changed `test_mlx5`, `test_ixgbe`, and `test_block_io` to return an exit code of 0 if the required devices aren't connected. * Changed `test_identity_mapping`, `test_aligned_page_allocation`, and `test_filerw` to fail rather than print if they encounter an error. * Renamed `tls_test` to `test_tls` so it is detected by `qemu_test`. * Changed `test_channel` and `test_tls` to run all tests rather than specifying specific tests in the arguments. * Renamed `test_serial_echo` to `serial_echo` because it isn't really a test with defined success and failure conditions. * Changed `test_task_cancel` to always return 0, because task cancellation is not yet implemented in the mainline. * Skip `test_channel`, as it currently does not work. Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com> 7a8d64a
- Loading branch information
1 parent
05960af
commit b67fa3e
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.