Skip to content

Commit c1535ee

Browse files
committed
Fix test_SonicYang::test_xlate_rev_xlate mismatch
1 parent c9f8488 commit c1535ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sonic-yang-models/doc/Configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2555,11 +2555,11 @@ VNET_ROUTE_TUNNEL table has vnet_name|prefix as the object key, where vnet_name
25552555
"VNET_ROUTE_TUNNEL": {
25562556
"Vnet_2000|100.100.1.1/32": {
25572557
"endpoint": "192.168.1.1",
2558-
"mac_address": "F9:22:83:99:22:A2"
2558+
"mac_address": "f9:22:83:99:22:a2"
25592559
},
25602560
"Vnetv4_v4-0|10.0.1.0/24": {
25612561
"endpoint": "192.168.1.2",
2562-
"mac_address": "F8:22:83:99:22:A2",
2562+
"mac_address": "f8:22:83:99:22:a2",
25632563
"vxlanid": "10012"
25642564
}
25652565
}

src/sonic-yang-models/tests/files/sample_config_db.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@
23402340
"VNET_ROUTE_TUNNEL" : {
23412341
"vnet1|10.0.0.0/24" : {
23422342
"endpoint": "192.168.1.2",
2343-
"mac_address": "F9:22:83:99:22:A2",
2343+
"mac_address": "f9:22:83:99:22:a2",
23442344
"vxlanid": "10011"
23452345
}
23462346
},

0 commit comments

Comments
 (0)