mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 13:23:08 +00:00
bfa99f02ba
The script can be used to run VMs to test crosvm in a controlled environment, and most importantly, to test crosvm on aarch64. This will eventually replace the current Docker based VM setup process and will be integrated into our test runner to allow aarch64 test runs without using Docker. Run `/tools/aarch64vm` for usage instructions. Note: I will make a follow-up change to consolidate all of our dev tools and scripts (e.g. clippy or rustfmt) in the tools directory. BUG=b:200562467 TEST= ./tools/aarch64vm ssh ./tools/x86vm ssh Change-Id: Idef8256bf6737b2915912984a44240ba39c6bc2f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3176381 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2 lines
78 B
Bash
Executable file
2 lines
78 B
Bash
Executable file
#!/usr/bin/env bash
|
|
python3 $(dirname $0)/testvm/testvm.py --arch=x86_64 "$@"
|