Skip to content

Commit 6d23a78

Browse files
[sonic-yang-model] fix ip_type value in test cases (#6968)
IPV4ANY is not valid value, fix to IPv4ANY without this change, test case failed sometimes when the validation on IP_TYPE happens first and then PACKET_ACTION.
1 parent c651a9a commit 6d23a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"DST_IP": "10.186.72.0/26",
267267
"SRC_IP": "10.176.0.0/15",
268268
"PRIORITY": 999980,
269-
"IP_TYPE": "IPV4ANY"
269+
"IP_TYPE": "IPv4ANY"
270270
}]
271271
},
272272
"sonic-acl:ACL_TABLE": {

0 commit comments

Comments
 (0)