blob: ff1d9ca75e313ee1a03a538dfaa9423dc800f654 [file] [log] [blame]
{
"facets": {
"fuchsia.test": {
"injected-services": {
"fuchsia.storage.ext4.Server": "fuchsia-pkg://fuchsia.com/ext4_server_integration_tests#meta/ext4_readonly.cmx"
}
}
},
"include": [
"//sdk/lib/diagnostics/syslog/client.shard.cmx"
],
"program": {
"binary": "bin/ext4_server_integration_test"
},
"sandbox": {
"services": [
"fuchsia.storage.ext4.Server",
"fuchsia.sys.Launcher"
]
}
}