forked from microsoft/ebpf-for-windows
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest_execution.json
46 lines (44 loc) · 1.04 KB
/
test_execution.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"license":["Copyright (c) Microsoft Corporation", "SPDX-License-Identifier: MIT"],
"BasicTest":
{
"Name": "vm1"
},
"MultiVMTest":
[
{
"Name": "vm1",
"Interfaces":
[
{
"Alias": "Ethernet",
"V4Address": "20.0.0.1",
"V6Address": "2001:db8::1"
},
{
"Alias": "Ethernet 2",
"V4Address": "20.0.0.2",
"V6Address": "2001:db8::2"
}
]
},
{
"Name": "vm2",
"Interfaces":
[
{
"Alias": "Ethernet",
"V4Address": "20.0.0.3",
"V6Address": "2001:db8::3"
}
]
}
],
"ConnectRedirectTest":
{
"V4VipAddress": "20.0.0.100",
"V6VipAddress": "2001:db8::100",
"DestinationPort": 4444,
"ProxyPort": 4443
}
}