Skip to content
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
Expand Up @@ -1330,7 +1330,7 @@ platform_tests/test_reboot.py::test_fast_reboot:
reason: "Skip test_fast_reboot for M*/t1/t2 / Fast reboot is broken on dualtor topology. Skipping for now. / Skip for smartswitch topology."
conditions_logical_operator: or
conditions:
- "topo_type in ['m0', 'mx', 'm1', 't1', 't2']"
- "topo_type in ['m0', 'mx', 'm1', 't1', 't2', 'lt2', 'ft2']"
- "'dualtor' in topo_name and https://github.com/sonic-net/sonic-buildimage/issues/16502"
- "'isolated' in topo_name"
- "is_smartswitch==True"
Expand Down
2 changes: 0 additions & 2 deletions tests/iface_namingmode/test_iface_namingmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,6 @@ def test_config_interface_speed(self, setup_config_mode, sample_intf,
# Set speed to configure
configure_speed = supported_speeds[0] if supported_speeds else native_speed

ignore_host_lane_count_loganalyzer(ignore_condition=duthost.facts['hwsku'] in ["Arista-7060X6-64PE-P32O64",
"Arista-7060X6-64PE-P64"])

if not self.check_speed_change(duthost, asic_index, interface, configure_speed):
pytest.skip(
Expand Down
Loading