crosvm/tools/impl
Dennis Kempin 85d5655160 test_runner: Refer to crates by their names, not paths
When looking up crate options from test_options.py we used their
path relative to the crosvm root (e.g. common/p9). But when looking
up options for binaries, the name is parsed from cargo output and
just the crate name (e.g. p9). Fix this by just using the crate
name.

BUG=b:195126527
TEST=./tools/run_tests

Change-Id: I09a3469daa071dc66295d777449dc101a6564162
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3248127
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Tested-by: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2021-10-27 19:53:06 +00:00
..
dev_container Uprev to rust 1.55.0 2021-10-19 19:12:52 +00:00
testvm testvm: Use prebuilts instead of building on-the-fly 2021-10-15 22:02:24 +00:00
test_config.py Add test runner ./tools/run_tests 2021-10-15 22:12:03 +00:00
test_runner.py test_runner: Refer to crates by their names, not paths 2021-10-27 19:53:06 +00:00
test_target.py Add test runner ./tools/run_tests 2021-10-15 22:12:03 +00:00
testvm.py Add test runner ./tools/run_tests 2021-10-15 22:12:03 +00:00