mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
5bff67d485
This is the first `cargo test` which uses a linux kernel binary in testing crosvm's major functionality. To get that binary, the test tries various sources which may be influenced by the enviroment. If need be, the chromiumos kernel is downloaded via git, configured, and built so that crosvm can use it. The resulting binary is cached so that other tests which need it can run much quicker. TEST=cargo test -- boot BUG=None Cq-Depend: chromium:1867729 Change-Id: I123441d358ef886e0d7369eaa4ebd87373026d99 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1742924 Reviewed-by: Stephen Barber <smbarber@chromium.org> Tested-by: Zach Reizner <zachr@chromium.org> Commit-Queue: Zach Reizner <zachr@chromium.org> Auto-Submit: Zach Reizner <zachr@chromium.org> |
||
---|---|---|
.. | ||
boot.rs | ||
mini_plugin_template.c | ||
plugin.policy | ||
plugin_adder.c | ||
plugin_dirty_log.c | ||
plugin_extensions.c | ||
plugin_ioevent.c | ||
plugin_irqfd.c | ||
plugin_msr_index_list.c | ||
plugin_net_config.c | ||
plugin_supported_cpuid.c | ||
plugin_vcpu_pause.c | ||
plugin_vm_state.c | ||
plugins.rs |