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
5 changes: 4 additions & 1 deletion tests/test_bgp_af.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ def check_test_exceptions(test_, os_, vrf_, af_)
case Platform.image_version
when /7\.3/
expect = :success if test == :additional_paths_send ||
test == :additional_paths_receive
test == :additional_paths_receive ||
test == :additional_paths_selection ||
test == :maximum_paths ||
test == :maximum_paths_ibgp
when /8.0|8.1|8.2|8.3|F3.2/
expect = :success
expect = :runtime if test == :additional_paths_receive && Platform.image_version[/8.0|8.1/]
Expand Down