Enable Py3 for test_lag_member#14944
Conversation
PR sonic-net#14001 moved the lag_test PTF script into the Python 3 folder, but PR sonic-net#14031 missed updating this test. Update this test to reflect that the lag_test script should be run under Python 3. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
|
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
* Enable Py3 for test_lag_member Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
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 <antonh@nvidia.com>
During movement test to Python 3 (sonic-net#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 <antonh@nvidia.com>
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 <antonh@nvidia.com>
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
PR #14001 moved the lag_test PTF script into the Python 3 folder, but PR #14031 missed updating this test.
How did you do it?
Update this test to reflect that the lag_test script should be run under Python 3.
How did you verify/test it?
Tested it on KVM after removing the mark to skip this test case on KVM and skipping the ARP checks.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation