Revert "Add IPv6 TC to queue mapping test #10941" from master#12980
Conversation
|
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:
|
|
pull request for 202311: #12960 |
sonic-net#12980) * Revert PR10941 from master * Removed redundant statment and fixed other pylint errors
Description of PR
Summary:
Fixes #126
Type of change
Back port request
Approach
What is the motivation for this PR?
The new test is a poorly written IPV6 variant of testQosSaiDscpQueueMapping. It is expected to fail across all platforms/topolgies because qos/test_qos_sai.py cannot support IPV6 variant of any of it's testcase because IPV6 is disabled on the DUT by
qos_sai_base.py: https://github.com/sonic-net/sonic-mgmt/blob/master/tests/qos/qos_sai_base.py#L1811-L1826 Also the changes made for this test touch class scoped fixtures which causes all the other testcases to error out as well.How did you do it?
Revert #10941 as well as the following fixes that were made to get around the issue
How did you verify/test it?
Verfied on T0 and T1, #126 was not seen.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation