Skip to content

Commit

Permalink
Sort the test case with alphabetic order
Browse files Browse the repository at this point in the history
Signed-off-by: Zhaohui Sun <[email protected]>
  • Loading branch information
ZhaohuiS committed Sep 18, 2022
1 parent 4409cfb commit eeed65a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ cacl/test_cacl_application.py::test_cacl_application_nondualtor:

cacl/test_cacl_application.py::test_multiasic_cacl_application:
skip:
reason: "test_multiasic_cacl_application is only supported on multi-ASIC platform"
reason: "test_cacl_application is only supported on non dualtor topology"
conditions:
- "not is_multi_asic"
- "topo_name in ['dualtor', 'dualtor-56', 'dualtor-120']"

cacl/test_cacl_application.py::test_cacl_scale_rules_ipv4:
skip:
Expand All @@ -88,6 +88,12 @@ cacl/test_cacl_application.py::test_cacl_scale_rules_ipv6:
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"
conditions:
- "not is_multi_asic"

#######################################
##### configlet #####
#######################################
Expand Down

0 comments on commit eeed65a

Please sign in to comment.