Skip to content

Commit 987ad0c

Browse files
mykolafqiluo-msft
authored andcommitted
[unittest] add missing mock table (#10)
1 parent eeb678c commit 987ad0c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

tests/mock_tables/CONFIG_DB.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"MGMT_INTERFACE|eth0|10.210.25.41/22": {
3+
"gwaddr": "10.210.24.1"
4+
},
5+
"MGMT_INTERFACE|eth0|FC00:2::32/64": {
6+
"forced_mgmt_routes": [
7+
"10.0.0.100/31",
8+
"10.250.0.8",
9+
"10.255.0.0/28",
10+
"10.210.25.0/24"
11+
],
12+
"gwaddr": "fc00:2::1"
13+
},
14+
"PORT|Ethernet0": {
15+
"alias": "Ethernet0",
16+
"lanes": "0,1,2,3",
17+
"speed": "40000",
18+
"description": "hedgehog"
19+
},
20+
"PORT|Ethernet4": {
21+
"alias": "Ethernet4",
22+
"lanes": "4,5,6,7",
23+
"speed": "40000",
24+
"description": "hedgehog1"
25+
},
26+
"PORT|Ethernet8": {
27+
"alias": "Ethernet8",
28+
"lanes": "8,9,10,11",
29+
"speed": "40000",
30+
"description": "hedgehog2"
31+
},
32+
"PORT|Ethernet12": {
33+
"alias": "Ethernet12",
34+
"lanes": "12,13,14,15",
35+
"speed": "40000",
36+
"description": "hedgehog3"
37+
}
38+
}

0 commit comments

Comments
 (0)