Skip to content

Commit

Permalink
Skip scale cacl test cases due to unfixed known issue (sonic-net#6331)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
test_cacl_scale_rules_ipv4 and test_cacl_scale_rules_ipv6 always fails because of this issue:
sonic-net/sonic-buildimage#10883

How did you do it?
Skip these 2 cases until the issue is fixed.

How did you verify/test it?
Run cacl/test_cacl_application.py::test_cacl_scale_rules_ipv4 or cacl/test_cacl_application.py::test_cacl_scale_rules_ipv6

Signed-off-by: Zhaohui Sun <[email protected]>
  • Loading branch information
ZhaohuiS authored and Azarack committed Oct 17, 2022
1 parent 8c21e4e commit 43f5b1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ cacl/test_cacl_application.py::test_cacl_application_nondualtor:
conditions:
- "topo_name in ['dualtor', 'dualtor-56', 'dualtor-120']"

cacl/test_cacl_application.py::test_cacl_scale_rules_ipv4:
skip:
reason: "caclmgrd may crash after loading scale ipv4 cacl rules."
conditions: https://github.com/sonic-net/sonic-buildimage/issues/10883

cacl/test_cacl_application.py::test_cacl_scale_rules_ipv6:
skip:
reason: "caclmgrd may crash after loading scale ipv6 cacl rules."
conditions: https://github.com/sonic-net/sonic-buildimage/issues/10883

cacl/test_cacl_application.py::test_multiasic_cacl_application:
skip:
reason: "test_multiasic_cacl_application is only supported on multi-ASIC platform"
Expand Down

0 comments on commit 43f5b1f

Please sign in to comment.