-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtest_data.json
49 lines (49 loc) · 1.14 KB
/
test_data.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
47
48
49
{
"DASH_ENI": {
"name": {
"increment": {
"base": "vnet",
"start": 1,
"step": 1,
"count": 8
}
},
"eni_id": {
"increment": {
"start": 1,
"step": 1,
"count": 8
}
},
"mac_address": {
"increment": {
"start": "00:1A:C5:00:00:01",
"step": "00:00:00:18:00:00",
"count": 8
}
},
"underlay_ip": {
"increment": {
"start": "1.1.0.1",
"step": "1.0.0.0",
"count": 8
}
},
"vnet": {
"substitution": {
"base": "vnet#{0}abc-#{1}",
"params": [
{
"start": 1,
"step": 1,
"count": 4
},
{
"values": ["a", "b", "x"]
}
],
"count": 8
}
}
}
}