SAI
SAI copied to clipboard
Modified the test script to pass mandatory on create argument priority while creating acl table group member
acl table group member priority is mandatory on create attribute
- @brief Priority
*
- Value must be in the range defined in
- [SAI_SWITCH_ATTR_ACL_TABLE_MINIMUM_PRIORITY,
- SAI_SWITCH_ATTR_ACL_TABLE_MAXIMUM_PRIORITY]
- This priority attribute is valid for both SEQUENTIAL and PARALLEL type of ACL groups
- @type sai_uint32_t
- @flags MANDATORY_ON_CREATE | CREATE_ONLY */ SAI_ACL_TABLE_GROUP_MEMBER_ATTR_PRIORITY,
Modified the test script to mass priority attribute while creating acl table group member
Please fix build errors