Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes static to bgp redistribution test cases #3418

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
@@ -1,32 +1,33 @@
# proto-file: github.com/openconfig/featureprofiles/proto/metadata.proto
# proto-message: Metadata

uuid: "eb7e7ab2-5f58-4039-b862-13ad55459074"
plan_id: "RT-1.27"
description: "Static route to BGP redistribution"
testbed: TESTBED_DUT_ATE_4LINKS
platform_exceptions: {
platform: {
vendor: NOKIA
uuid: "eb7e7ab2-5f58-4039-b862-13ad55459074"
plan_id: "RT-1.27"
description: "Static route to BGP redistribution"
testbed: TESTBED_DUT_ATE_4LINKS
platform_exceptions: {
platform: {
vendor: NOKIA
}
deviations: {
explicit_port_speed: true
explicit_interface_in_default_vrf: true
aggregate_atomic_update: true
static_protocol_name: "static"
interface_enabled: true
skip_set_rp_match_set_options: true
skip_prefix_set_mode: true
table_connections_unsupported: true
use_vendor_native_tag_set_config: true
skip_bgp_send_community_type: true
deviations: {
explicit_port_speed: true
explicit_interface_in_default_vrf: true
aggregate_atomic_update: true
static_protocol_name: "static"
interface_enabled: true
skip_set_rp_match_set_options: true
skip_prefix_set_mode: true
table_connections_unsupported: true
use_vendor_native_tag_set_config: true
skip_bgp_send_community_type: true
bgp_actions_set_community_method_unsupported: true
}
}
platform_exceptions: {
platform: {
platform_exceptions: {
platform: {
vendor: ARISTA
}
deviations: {
deviations: {
omit_l2_mtu: true
default_network_instance: "default"
interface_enabled: true
Expand All @@ -35,5 +36,6 @@ platform_exceptions: {
skip_setting_disable_metric_propagation: true
same_policy_attached_to_all_afis: true
set_metric_as_preference: true
match_tag_set_condition_unsupported: true
}
}
Loading
Loading