sonic-swss
sonic-swss copied to clipboard
[dash]: ACL orchagent
Refer: https://github.com/sonic-net/sonic-swss/pull/2459
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 =============================
Details if related