Add python3 support to case test_ipinip_hash and test_ipinip_hash_negative of fib test#11964
Add python3 support to case test_ipinip_hash and test_ipinip_hash_negative of fib test#11964echuawu wants to merge 1 commit intosonic-net:masterfrom
Conversation
|
@wangxin kindly help to review or suggest someone to do so |
|
The test_ipinip_hash was skipped on Mellanox platform because of a known limitation. #8398 |
It has not been fixed. And it's not conflict with this PR, it just update the test script. |
|
Please fix the conflict. |
Including 2 cases test_ipinip_hash and test_ipinip_hash_negative Change-Id: I1237afac9c8ed091acf42b9d6ffc8ca81f1af9b8
27e249c to
74ad4f2
Compare
|
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:
|
Done |
Description of PR
Add python 3 support to fib test
Including 2 cases test_ipinip_hash and test_ipinip_hash_negative
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
It was found that the 2 cases are still using python 2 when running PTF test
How did you do it?
Add python 3 support
How did you verify/test it?
Validate it by local run
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation