Skip to content

Commit a12aec8

Browse files
gilhooleydCQ Bot
authored andcommitted
[devmgr_launcher] Launch DriverIndex in Isolated Devmgr v1
Launch the DriverIndex through devmgr-launcher so that tests use the new binding flow. A few tests disable the driver index, these tests will be fixed in a follow up CL. Fixed: 84055 Change-Id: Ie9e986e52f23f8b5f418f37e7b56372f2dc537db Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/578243 Commit-Queue: David Gilhooley <dgilhooley@google.com> Reviewed-by: Suraj Malhotra <surajmalhotra@google.com>
1 parent f72949b commit a12aec8

File tree

1 file changed

+1
-1
lines changed
  • src/lib/storage/ramdevice_client/rust

1 file changed

+1
-1
lines changed

src/lib/storage/ramdevice_client/rust/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fuchsia_test_package("ramdevice-client-tests-package") {
4646
isolated_devmgr_component("ramdisk-isolated-devmgr-component") {
4747
component_name = "ramdisk-isolated-devmgr"
4848
args = [
49-
"--sys_device=/boot/driver/platform-bus.so",
49+
"--sys_device=fuchsia-boot:///#driver/platform-bus.so",
5050
"--svc_name=fuchsia.test.IsolatedDevmgr",
5151
"--wait_for=sys/platform/00:00:2d/ramctl",
5252
]

0 commit comments

Comments
 (0)