[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:
parent
c651a9ade4
commit
6d23a78ffb
@ -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": {
|
||||
|
Reference in New Issue
Block a user