Skip to content
Merged
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
1 change: 0 additions & 1 deletion tests/dualtor/test_orchagent_slb.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from tests.common.dualtor.tunnel_traffic_utils import tunnel_traffic_monitor # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder # noqa: F401
from tests.common.fixtures.ptfhost_utils import change_mac_addresses # noqa: F401
from tests.common.fixtures.ptfhost_utils import copy_ptftests_directory # noqa: F401
from tests.common.helpers import bgp
from tests.common.helpers.assertions import pytest_assert
from tests.common.utilities import is_ipv4_address
Expand Down
1 change: 0 additions & 1 deletion tests/dualtor/test_orchagent_standby_tor_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from tests.common.dualtor.dual_tor_utils import build_packet_to_server
from tests.common.dualtor.dual_tor_utils import crm_neighbor_checker
from tests.common.dualtor.dual_tor_utils import add_nexthop_routes, remove_static_routes
from tests.common.fixtures.ptfhost_utils import copy_ptftests_directory # noqa: F401
from tests.common.fixtures.ptfhost_utils import change_mac_addresses # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_garp_service # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder # noqa: F401
Expand Down
1 change: 0 additions & 1 deletion tests/dualtor_io/test_grpc_server_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from tests.common.dualtor.dual_tor_utils import lower_tor_host # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_garp_service # noqa: F401
from tests.common.fixtures.ptfhost_utils import copy_ptftests_directory # noqa: F401
from tests.common.fixtures.ptfhost_utils import change_mac_addresses # noqa: F401
from tests.common.dualtor.dual_tor_common import active_active_ports # noqa: F401
from tests.common.dualtor.dual_tor_common import cable_type # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion tests/dualtor_io/test_heartbeat_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tests.common.dualtor.mux_simulator_control import toggle_all_simulator_ports_to_upper_tor # noqa: F401
from tests.common.dualtor.tor_failure_utils import shutdown_tor_heartbeat # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder, run_garp_service, \
copy_ptftests_directory, change_mac_addresses # noqa: F401
change_mac_addresses # noqa: F401
from tests.common.dualtor.constants import MUX_SIM_ALLOWED_DISRUPTION_SEC
from tests.common.dualtor.dual_tor_common import cable_type # noqa: F401
from tests.common.dualtor.dual_tor_common import CableType
Expand Down
1 change: 0 additions & 1 deletion tests/dualtor_io/test_link_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from tests.common.dualtor.nic_simulator_control import TrafficDirection
from tests.common.fixtures.ptfhost_utils import run_icmp_responder, run_garp_service # noqa: F401
from tests.common.fixtures.ptfhost_utils import change_mac_addresses # noqa: F401
from tests.common.fixtures.ptfhost_utils import copy_ptftests_directory # noqa: F401
from tests.common.dualtor.constants import MUX_SIM_ALLOWED_DISRUPTION_SEC
from tests.common.dualtor.dual_tor_common import ActiveActivePortID
from tests.common.dualtor.dual_tor_common import active_active_ports # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion tests/dualtor_io/test_link_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tests.common.dualtor.dual_tor_utils import check_simulator_flap_counter # noqa: F401
from tests.common.dualtor.mux_simulator_control import toggle_all_simulator_ports_to_upper_tor # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder, run_garp_service, \
copy_ptftests_directory, change_mac_addresses # noqa: F401
change_mac_addresses # noqa: F401
from tests.common.dualtor.constants import MUX_SIM_ALLOWED_DISRUPTION_SEC
from tests.common.dualtor.dual_tor_common import active_active_ports # noqa: F401
from tests.common.dualtor.dual_tor_common import mux_config # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion tests/dualtor_io/test_normal_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from tests.common.dualtor.mux_simulator_control import toggle_all_simulator_ports_to_upper_tor # noqa: F401
from tests.common.dualtor.dual_tor_utils import check_simulator_flap_counter # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder, run_garp_service, \
copy_ptftests_directory, change_mac_addresses # noqa: F401
change_mac_addresses # noqa: F401
from tests.common.dualtor.constants import MUX_SIM_ALLOWED_DISRUPTION_SEC, CONFIG_RELOAD_ALLOWED_DISRUPTION_SEC
from tests.common.utilities import wait_until
from tests.common.helpers.assertions import pytest_assert
Expand Down
2 changes: 1 addition & 1 deletion tests/dualtor_io/test_switchover_impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from tests.common.dualtor.dual_tor_common import cable_type # noqa: F401
from tests.common.dualtor.dual_tor_utils import upper_tor_host, lower_tor_host # noqa: F401
from tests.common.fixtures.ptfhost_utils import run_icmp_responder, run_garp_service, \
copy_ptftests_directory, change_mac_addresses # noqa: F401
change_mac_addresses # noqa: F401
from tests.common.helpers.assertions import pytest_assert

import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/dualtor_io/test_tor_bgp_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tests.common.dualtor.tor_failure_utils import shutdown_bgp_sessions # noqa: F401
from tests.common.dualtor.tor_failure_utils import shutdown_bgp_sessions_on_duthost
from tests.common.fixtures.ptfhost_utils import run_icmp_responder, run_garp_service, \
copy_ptftests_directory, change_mac_addresses # noqa: F401
change_mac_addresses # noqa: F401
from tests.common.dualtor.tunnel_traffic_utils import tunnel_traffic_monitor # noqa: F401
from tests.common.dualtor.constants import MUX_SIM_ALLOWED_DISRUPTION_SEC
from tests.common.dualtor.dual_tor_common import cable_type # noqa: F401
Expand Down
Loading