blob: 95b0c7cebee1ec6b56934a20703989c3f584b1b8 [file] [log] [blame]
{
"facets": {
"fuchsia.test": {
"injected-services": {
"fuchsia.netemul.sandbox.Sandbox": "fuchsia-pkg://fuchsia.com/netdump-integration-tests#meta/netemul-sandbox.cmx"
}
}
},
"include": [
"//sdk/lib/diagnostics/syslog/client.shard.cmx"
],
"program": {
"binary": "bin/netdump_integration_test"
},
"sandbox": {
"features": [
"isolated-persistent-storage"
],
"services": [
"fuchsia.netemul.sandbox.Sandbox",
"fuchsia.sys.Launcher"
]
}
}