From 40f01eee700bf435121f8b2488fe1fbc53448979 Mon Sep 17 00:00:00 2001 From: Yini Date: Wed, 22 Apr 2026 05:18:32 +0000 Subject: [PATCH] [deviations] Remove deprecated_vlan_id usage from ARISTA devaitions EOS supports the newer single-tagged vlan-id leaf which means deprecated_vlan_id should not be used anymore. The deviation affected RT-5.14, P4RT-5.3, and RT-1.14. --- .../bgp_long_lived_graceful_restart/metadata.textproto | 1 - .../otg_tests/aggregate_subinterface_test/metadata.textproto | 3 +-- .../metadata.textproto | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/feature/bgp/ate_tests/bgp_long_lived_graceful_restart/metadata.textproto b/feature/bgp/ate_tests/bgp_long_lived_graceful_restart/metadata.textproto index bc55acd08c4..21b5e03e8e0 100644 --- a/feature/bgp/ate_tests/bgp_long_lived_graceful_restart/metadata.textproto +++ b/feature/bgp/ate_tests/bgp_long_lived_graceful_restart/metadata.textproto @@ -41,7 +41,6 @@ platform_exceptions: { deviations: { omit_l2_mtu: true interface_config_vrf_before_address: true - deprecated_vlan_id: true interface_enabled: true require_routed_subinterface_0: true default_network_instance: "default" diff --git a/feature/interface/aggregate/otg_tests/aggregate_subinterface_test/metadata.textproto b/feature/interface/aggregate/otg_tests/aggregate_subinterface_test/metadata.textproto index 0c942c2d7e4..369dc1e78be 100644 --- a/feature/interface/aggregate/otg_tests/aggregate_subinterface_test/metadata.textproto +++ b/feature/interface/aggregate/otg_tests/aggregate_subinterface_test/metadata.textproto @@ -13,7 +13,6 @@ platform_exceptions: { deviations: { interface_enabled: true default_network_instance: "default" - deprecated_vlan_id: true require_routed_subinterface_0: true } -} \ No newline at end of file +} diff --git a/feature/p4rt/otg_tests/traceroute_packetin_with_vrf_selection_test/metadata.textproto b/feature/p4rt/otg_tests/traceroute_packetin_with_vrf_selection_test/metadata.textproto index b9ebd5de7e4..d8906bb761f 100644 --- a/feature/p4rt/otg_tests/traceroute_packetin_with_vrf_selection_test/metadata.textproto +++ b/feature/p4rt/otg_tests/traceroute_packetin_with_vrf_selection_test/metadata.textproto @@ -11,7 +11,6 @@ platform_exceptions: { } deviations: { gnoi_subcomponent_path: true - deprecated_vlan_id: true interface_enabled: true static_protocol_name: "STATIC" default_network_instance: "default"