Skip to content

Commit 2ecc499

Browse files
committed
Enable Py3 for test_lag_member
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 <[email protected]>
1 parent 360da0e commit 2ecc499

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
@@ -464,7 +464,7 @@ def run_lag_member_traffic_test(duthost, dut_vlan, ptf_ports, ptfhost):
464464
"ptf_lag": ptf_lag,
465465
ATTR_PORT_NOT_BEHIND_LAG: ptf_not_lag
466466
}
467-
ptf_runner(ptfhost, TEST_DIR, "lag_test.LagMemberTrafficTest", "/root/ptftests", params=params)
467+
ptf_runner(ptfhost, TEST_DIR, "lag_test.LagMemberTrafficTest", "/root/ptftests", params=params, is_python3=True)
468468

469469

470470
def test_lag_member_traffic(common_setup_teardown, duthost, ptf_dut_setup_and_teardown):

0 commit comments

Comments
 (0)