blob: 81361c56f564df3124c64c0d49cfb0c030b112a2 [file] [log] [blame]
{
"facets": {
"fuchsia.netemul": {
"environment": {
"devices": [
"helper_udp_tx",
"helper_udp_rx"
],
"services": {
"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",
"helper_udp_tx",
"-i",
"192.168.0.1/24"
],
"url": "fuchsia-pkg://fuchsia.com/netemul_sandbox#meta/helper_netstack_cfg.cmx"
},
{
"arguments": [
"-e",
"helper_udp_rx",
"-i",
"192.168.0.2/24"
],
"url": "fuchsia-pkg://fuchsia.com/netemul_sandbox#meta/helper_netstack_cfg.cmx"
}
],
"test": [
"fuchsia-pkg://fuchsia.com/netdump_integration_tests#meta/helper.cmx"
]
},
"networks": [
{
"endpoints": [
{
"name": "helper_udp_tx"
},
{
"name": "helper_udp_rx"
}
],
"name": "helper_udp_net"
}
],
"timeout": 120
}
},
"program": {
"binary": "test/helper_test"
},
"runner": "fuchsia-pkg://fuchsia.com/netemul_runner#meta/netemul_runner.cmx"
}