Skip to content

Commit

Permalink
Skip testcase on M0/Mx (#10102)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Skip below testcases on M0/Mx topology:
- bgp/test_bgp_queue.py
- generic_config_updater/test_pg_headroom_update.py

How did you do it?
Updated conditional mark file.

How did you verify/test it?
Verified on Mx testbed.

Signed-off-by: Zhijian Li <zhijianli@microsoft.com>
  • Loading branch information
lizhijianrd authored and mssonicbld committed Sep 22, 2023
1 parent 125a083 commit 0608d3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ bgp/test_bgp_multipath_relax.py:
conditions:
- "'backend' in topo_name"

bgp/test_bgp_queue.py:
skip:
reason: "Unsupported topology"
conditions:
- "topo_type in ['m0', 'mx']"

bgp/test_bgp_slb.py:
skip:
reason: "Skip over topologies which doesn't support slb."
Expand Down Expand Up @@ -526,6 +532,12 @@ generic_config_updater/test_pfcwd_status.py:
conditions:
- "topo_type in ['m0', 'mx']"

generic_config_updater/test_pg_headroom_update.py:
skip:
reason: "Unsupported topology."
conditions:
- "topo_type in ['m0', 'mx']"

#######################################
##### http #####
#######################################
Expand Down

0 comments on commit 0608d3f

Please sign in to comment.