[action] [PR:10838] [T2] Add case to test lossy fair-voq#14447
[action] [PR:10838] [T2] Add case to test lossy fair-voq#14447mssonicbld wants to merge 1 commit intosonic-net:202311from
Conversation
1, Add a new case to test lossy fair-voq. 2, Add lossy_queue_voq_2 and lossy_queue_voq_3 to qos_param_generator.py. Default-voq and fair-voq will pass lossy_queue_voq_2, fair-voq and split-voq will pass lossy_queue_voq_3.
|
Original PR: #10838 |
|
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:
|
|
@zhixzhu could you check the error?
tests/qos/qos_sai_base.py:2317:5: F811 redefinition of unused 'skip_longlink' from line 2271 flake8...............................................(no files to check)Skipped |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
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:
|
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
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:
|
|
mssonicbld#1 |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
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:
|
| return | ||
|
|
||
| @pytest.fixture(scope="function", autouse=False) | ||
| def skip_longlink(self, dutQosConfig): |
There was a problem hiding this comment.
@zhixzhu
pre-commit check failed, as below:
Pre-commit check results:
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
tests/qos/qos_sai_base.py:2317:5: F811 redefinition of unused 'skip_longlink' from line 2271
There was a problem hiding this comment.
@XuChen-MSFT This PR mssonicbld#1 is to fix pre-commit failure, I don't have write access of mssonicbld:cherry/202311/10838
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
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:
|
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
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:
|
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
For 202311, manually cherry pick by PR #14584 |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Pull request contains merge conflicts. |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run Azure.sonic-mgmt |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
@zhixzhu , PR conflict. Please confirm if it is still needed. |
Description of PR
1, Add a new case to test lossy fair-voq.
2, Add lossy_queue_voq_2 and lossy_queue_voq_3 to qos_param_generator.py.
Default-voq and fair-voq will pass lossy_queue_voq_2, fair-voq and split-voq will pass lossy_queue_voq_3.
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
How did you verify/test it?
Case testQosSaiLossyQueueVoqMultiSrc
vanguard(Q200 longlink, default voq) skipped:
lancer(Q200 shortlink, fair voq) passed:
Case testQosSaiLossyQueueVoq
Vanguard skipped lossy_queue_voq_1, passed lossy_queue_voq_2.
Lancer skipped lossy_queue_voq_1, passed lossy_queue_voq_2.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation