blob: 3f24b1d58ba0a64ad336dbcbf92cb6a4e2962973 [file] [log] [blame]
{
"facets": {
"fuchsia.netemul": {
"capture": true,
"default_url": "fuchsia-pkg://fuchsia.com/netemul-sandbox-test#meta/easy-netstack-cfg.cmx",
"environment": {
"children": [
{
"name": "client",
"setup": [
{
"arguments": [
"-e",
"client-ep",
"-i",
"192.168.0.2/24",
"-g",
"192.168.0.1"
],
"url": "fuchsia-pkg://fuchsia.com/netemul-sandbox#meta/netstack-cfg.cmx"
}
],
"test": [
{
"arguments": [
"-c",
"-g",
"192.168.0.1"
]
}
]
}
],
"name": "server",
"services": {
"fuchsia.net.interfaces.State": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx",
"fuchsia.net.stack.Stack": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx",
"fuchsia.netstack.Netstack": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx",
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
},
"setup": [
{
"arguments": [
"-e",
"server-ep",
"-i",
"192.168.0.1/24",
"192.168.0.3/24"
],
"url": "fuchsia-pkg://fuchsia.com/netemul-sandbox#meta/netstack-cfg.cmx"
}
],
"test": [
{}
]
},
"networks": [
{
"endpoints": [
{
"name": "client-ep"
},
{
"name": "server-ep"
}
],
"name": "net"
}
],
"timeout": 120
}
},
"include": [
"//sdk/lib/diagnostics/syslog/client.shard.cmx"
],
"program": {
"binary": "TODO(https://fxbug.dev/66956): properly support manifest-only tests"
},
"runner": "fuchsia-pkg://fuchsia.com/netemul-runner#meta/netemul-runner.cmx"
}