blob: 55fc4bf2fe57ae8d266d8e9c3f5b563471c140d4 [file] [log] [blame]
{
program: {
binary: "test/session_manager_integration_tests",
},
collections: [
{
name: "session",
durability: "transient",
},
],
use: [
{ runner: "rust_test_runner" },
{
protocol: "/svc/fuchsia.sys2.Realm",
from: "framework",
},
{ protocol: "/svc/fuchsia.logger.LogSink" },
],
expose: [
{
protocol: "/svc/fuchsia.test.Suite",
from: "self",
},
],
}