Skip to content

Commit 6db2d16

Browse files
committed
Fix error messages match issue after experiment
1 parent bc04f3f commit 6db2d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sonic-yang-models/tests/yang_model_tests/tests/vnet_route_tunnel_vxlan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
"VNET_ROUTE_TUNNEL_TEST_INVALID_PREFIX": {
4040
"desc": "VNET route tunnel configuration with invalid prefix format in name field.",
41-
"eStr": "Value \"Vnet1\" does not satisfy the constraint"
41+
"eStr": "Value \"Vnet1\" does not satisfy the constraint \"[^:]+:((([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])/(([0-9])|([1-2][0-9])|(3[0-2])))\" (range, length, or pattern)"
4242
},
4343

4444
"VNET_ROUTE_TUNNEL_TEST_MISSING_ENDPOINT": {

0 commit comments

Comments
 (0)