SAI icon indicating copy to clipboard operation
SAI copied to clipboard

Modified the test script to pass mandatory on create argument priority while creating acl table group member

Open rajneeshaec opened this issue 1 year ago • 1 comments

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

rajneeshaec avatar Feb 08 '24 18:02 rajneeshaec

Please fix build errors

kcudnik avatar Feb 09 '24 07:02 kcudnik