crosvm/e2e_tests/Cargo.toml
Ryuichiro Chiba 4db19f1baa e2e_tests: vsock: use a random cid for a guest
Using a fixed CID may cause conflict with another guest easily.
Change to use a random CID for a test VM.

BUG=b:258072662
TEST=`./tools/presubmit`

Change-Id: I1f3bab8bd64664b1b2feb480a6d0e285ea4099bb
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4012278
Commit-Queue: Ryuichiro Chiba <chibar@chromium.org>
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
2022-11-08 04:26:47 +00:00

18 lines
293 B
TOML

[package]
name = "e2e_tests"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dev-dependencies]
anyhow = "*"
arch = { path = "../arch" }
base = "*"
cfg-if = "*"
libc = "0.2.65"
prebuilts = { path = "../prebuilts" }
rand = "0.8"
tempfile = "3"
[features]
direct = []