diff --git a/tests/pc/test_lag_member.py b/tests/pc/test_lag_member.py index b39009adb2c..4d276838465 100644 --- a/tests/pc/test_lag_member.py +++ b/tests/pc/test_lag_member.py @@ -10,7 +10,7 @@ from tests.common.helpers.assertions import pytest_assert, pytest_require from tests.ptf_runner import ptf_runner from tests.common.utilities import wait_until -from tests.common.fixtures.ptfhost_utils import copy_acstests_directory # noqa F401 +from tests.common.fixtures.ptfhost_utils import copy_acstests_directory, copy_ptftests_directory, copy_arp_responder_py # noqa F401 from tests.common.config_reload import config_reload logger = logging.getLogger(__name__)