-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aclorch.cpp] Handle all the ACL redirect requests in AclRuleL3::vali…
…dateAddAction() (#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 <madhan@arc-build-server.mtr.labs.mlnx> Co-authored-by: root <root@arc-host16-009.mtr.labs.mlnx>
- Loading branch information
1 parent
310e0aa
commit b16368c
Showing
3 changed files
with
60 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters