diff --git a/tests/test_bgp_af.rb b/tests/test_bgp_af.rb index d888d0a1..9c07a2aa 100644 --- a/tests/test_bgp_af.rb +++ b/tests/test_bgp_af.rb @@ -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/]