Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
selldinesh committed Oct 25, 2023
1 parent 831c952 commit fd6fbd4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from tests.common.helpers.assertions import pytest_assert, pytest_require # noqa: F401
from tests.common.fixtures.conn_graph_facts import conn_graph_facts, fanout_graph_facts # noqa: F401
from tests.common.snappi_tests.snappi_helpers import get_dut_port_id # noqa: F401
from tests.common.snappi_tests.common_helpers import pfc_class_enable_vector, stop_pfcwd,\
from tests.common.snappi_tests.common_helpers import pfc_class_enable_vector, stop_pfcwd, \
disable_packet_aging # noqa: F401
from tests.common.snappi_tests.port import select_ports # noqa: F401
from tests.common.snappi_tests.snappi_helpers import wait_for_arp
Expand Down Expand Up @@ -67,7 +67,8 @@ def run_pfcwd_multi_node_test(api,
rx_port = snappi_extra_params.multi_dut_params.multi_dut_ports[0]
rx_port_id_list = [rx_port["port_id"]]
duthost2 = snappi_extra_params.multi_dut_params.duthost2
tx_port = [snappi_extra_params.multi_dut_params.multi_dut_ports[1], snappi_extra_params.multi_dut_params.multi_dut_ports[2]]
tx_port = [snappi_extra_params.multi_dut_params.multi_dut_ports[1],
snappi_extra_params.multi_dut_params.multi_dut_ports[2]]
tx_port_id_list = [tx_port[0]["port_id"], tx_port[1]["port_id"]]

pytest_assert(testbed_config is not None, 'Fail to get L2/3 testbed config')
Expand Down

0 comments on commit fd6fbd4

Please sign in to comment.