You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[aclorch.cpp] Handle all the ACL redirect requests in AclRuleL3::validateAddAction() (#1278)
* changed method AclRuleL3::validateAddAction() and AclRuleL3::getRedirectObjectId() to handle all ACL redirect cases
* Handled string handling of attr_value in AclRuleL3::validateAddAction() method
* added VS testcases for ACL redirect and priority ACL tests
Conflicts:
tests/test_acl.py
* added VS testcases for ACL redirect and priority ACL tests
Conflicts:
tests/test_acl.py
Conflicts:
tests/test_acl.py
* removed test_AclpriorityRule() test case, as it does not belong here
* removed test_AclprioriyRule() test case as it does not belong here
* redone the wrongly done resolved conflict of test_acl.py file
* address vs test failure
* addressed vs test failure
* fixed self.asic_db.wait_for_n_keys to self.dvs_acl.asic_db.wait_for_n_keys in the relevant test case
* fixed all the required function calls relevant to dvs_acl in my testcase
Co-authored-by: Madhan Babu <[email protected]>
Co-authored-by: root <[email protected]>
0 commit comments