ebpf-for-windows/scripts/test_execution.json

45 строки
1.1 KiB
JSON
Исходник Обычный вид История

{
"license":["Copyright (c) Microsoft Corporation", "SPDX-License-Identifier: MIT"],
"BasicTest":
{
"Name": "vm1"
},
"MultiVMTest":
[
{
"Name": "vm1",
"Interfaces":
[
{
"Alias": "duo1",
"V4Address": "192.168.1.11",
"V6Address": "fc00::1:11"
},
{
"Alias": "duo2",
"V4Address": "192.168.1.12",
"V6Address": "fc00::1:12"
},
{
"Alias": "duo3",
"V4Address": "192.168.2.11",
"V6Address": "fc00::2:11"
},
{
"Alias": "duo4",
"V4Address": "192.168.2.12",
"V6Address": "fc00::2:12"
}
]
}
],
"ConnectRedirectTest":
{
"V4VipAddress": "192.168.1.100",
"V6VipAddress": "fc00::1:100",
"DestinationPort": 4444,
"ProxyPort": 4443
}
}