mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
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>
18 lines
293 B
TOML
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 = []
|