Skip to content

Commit

Permalink
Fix import error in test_tunnel_qos_remap for py3 env (sonic-net#8806)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Fix the following issue, it only happened in py3 env, not for py2.
The error is introduced by sonic-net#8317
Signed-off-by: Zhaohui Sun <zhaohuisun@microsoft.com>
  • Loading branch information
ZhaohuiS authored and parmarkj committed Oct 3, 2023
1 parent e96fb3a commit 0eb67bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qos/test_tunnel_qos_remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .tunnel_qos_remap_base import build_testing_packet, check_queue_counter,\
dut_config, qos_config, load_tunnel_qos_map, run_ptf_test, toggle_mux_to_host,\
setup_module, update_docker_services, swap_syncd, counter_poll_config # noqa F401
from tunnel_qos_remap_base import leaf_fanout_peer_info, start_pfc_storm, \
from .tunnel_qos_remap_base import leaf_fanout_peer_info, start_pfc_storm, \
stop_pfc_storm, get_queue_counter, disable_packet_aging # noqa F401
from ptf import testutils
from ptf.testutils import simple_tcp_packet
Expand Down

0 comments on commit 0eb67bc

Please sign in to comment.