[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.
This commit is contained in:
Dong Zhang 2021-03-27 21:16:06 -07:00 committed by GitHub
parent c651a9ade4
commit 6d23a78ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,7 +266,7 @@
"DST_IP": "10.186.72.0/26",
"SRC_IP": "10.176.0.0/15",
"PRIORITY": 999980,
"IP_TYPE": "IPV4ANY"
"IP_TYPE": "IPv4ANY"
}]
},
"sonic-acl:ACL_TABLE": {