Commit 8ec36a6
(conflict)[dash]: ACL orchagent (#2470)
What I did
Add DASH ACL orchagent implementation.
Why I did it
DASH needs ACL function.
How I verified it
$ sudo pytest -sv --num-ports=2 test_dash_acl.py --pdb
================================ test session starts ================================
platform linux -- Python 3.8.10, pytest-4.6.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
plugins: flaky-3.7.0
collected 4 items
test_dash_acl.py::TestAcl::test_acl_flow PASSED
test_dash_acl.py::TestAcl::test_acl_group PASSED
test_dash_acl.py::TestAcl::test_acl_rule PASSED
test_dash_acl.py::test_nonflaky_dummy PASSED
============================= 4 passed in 54.83 seconds =============================
Signed-off-by: Ze Gan <ganze718@gmail.com>
Co-authored-by: Prince Sunny <prince.sunny@microsoft.com>1 parent 29c23b1 commit 8ec36a6
8 files changed
Lines changed: 1236 additions & 1 deletion
File tree
- orchagent
- dash
- tests
- mock_tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments