Skip to content

Commit 0116c9f

Browse files
[lag_member] add missing imports required to test (#16021)
During movement test to Python 3 (#14944), were deleted necessary imports of fixtures with "autouse=True": copy_ptftests_directory copy_arp_responder_py copy_arp_responder_py: The fixture copied required configuration files. The arp responder configurations used in the test by method setup_arp_responder Signed-off-by: AntonHryshchuk <[email protected]>
1 parent 4b2f83b commit 0116c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pc/test_lag_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from tests.common.helpers.assertions import pytest_assert, pytest_require
1111
from tests.ptf_runner import ptf_runner
1212
from tests.common.utilities import wait_until
13-
from tests.common.fixtures.ptfhost_utils import copy_acstests_directory # noqa F401
13+
from tests.common.fixtures.ptfhost_utils import copy_acstests_directory, copy_ptftests_directory, copy_arp_responder_py # noqa F401
1414
from tests.common.config_reload import config_reload
1515

1616
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)