Skip to content

Commit 042581b

Browse files
saravanan-nexthopravaliyel
authored andcommitted
reliable tsa tests are now skipped on single asic voq duts (sonic-net#22089)
reliable tsa tests require two duthosts: one as supe and one as LC single asic voq dut have only one duthost, hence reliable tsa tests are skipped Signed-off-by: Saravanan Sellappa <[email protected]>
1 parent 877d88a commit 042581b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,18 @@ bfd/test_bfd_traffic.py:
311311
#######################################
312312
##### bgp #####
313313
#######################################
314+
bgp/reliable_tsa/test_reliable_tsa_flaky.py:
315+
skip:
316+
reason: "reliable TSA is not supported on non-chassis"
317+
conditions:
318+
- "is_chassis==False"
319+
320+
bgp/reliable_tsa/test_reliable_tsa_stable.py:
321+
skip:
322+
reason: "reliable TSA is not supported on non-chassis"
323+
conditions:
324+
- "is_chassis==False"
325+
314326
bgp/test_bgp_aggregate_address.py:
315327
skip:
316328
reason: "Skip for multi-ASIC testbed"

0 commit comments

Comments
 (0)