crosvm/ci/vm_tools
Junichi Uekawa 74b18b8ccb vm_tools: Use /var/tmp instead of /tmp.
/tmp is mounted as tmpfs, and tmpfs does not provide O_DIRECT capabilities. Try
using a ext4 file system.

BUG=b:190435784
TEST=time ./ci/builder --vm #    boot_test_vm_odirect passes

Change-Id: I3f8245052ed06c703cc3aa320d300d5f21254e90
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3083206
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
2021-08-11 02:22:40 +00:00
..
exec_binary_in_vm vm_tools: Use /var/tmp instead of /tmp. 2021-08-11 02:22:40 +00:00
README.md Run integration_tests by calling crosvm binary 2021-03-19 20:35:53 +00:00
sync_deps vm_tools: Use /var/tmp instead of /tmp. 2021-08-11 02:22:40 +00:00
wait_for_vm Run integration_tests by calling crosvm binary 2021-03-19 20:35:53 +00:00
wait_for_vm_with_timeout Run integration_tests by calling crosvm binary 2021-03-19 20:35:53 +00:00

VM Tools

The scripts in this directory are used to make it easier to work with the test VM.

The VM is expected to be accessible via ssh vm without a password prompt, this is set up by the builders, so it'll work out-of-the-box when running inside the builder shell.