Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,18 @@ bfd/test_bfd_traffic.py:
#######################################
##### bgp #####
#######################################
bgp/reliable_tsa/test_reliable_tsa_flaky.py:
skip:
reason: "reliable TSA is not supported on non-chassis"
conditions:
- "is_chassis==False"

bgp/reliable_tsa/test_reliable_tsa_stable.py:
skip:
reason: "reliable TSA is not supported on non-chassis"
conditions:
- "is_chassis==False"

bgp/test_bgp_allow_list.py:
skip:
reason: "Only supported on t1 topo. But Cisco 8111 or 8122 T1(compute ai) platform is not supported."
Expand Down
Loading