Commit 78d46cd
authored
[action] [PR:20530] [TH4/TH5]: Skip test_everflow_dscp_with_policer (#1046)
### Description of PR
Summary: Skip the everflow_dscp_with_policer test for the TH4 and TH5
Broadcom ASICs, as Policer is not supported for MIRROR_SESSION on those
ASICs.
Fixes # (issue)
### Type of change
- [ ] Bug fix
- [ ] Testbed and Framework(new/improvement)
- [ ] New Test case
- [x] Skipped for non-supported platforms
- [ ] Test case improvement
### Back port request
- [ ] 202205
- [ ] 202305
- [ ] 202311
- [ ] 202405
- [x] 202412
- [x] 202505
### Approach
#### What is the motivation for this PR?
Mirror policing is not supported on Broadcom TH4/TH5 ASICs, so
test_everflow_dscp_with_policer should be skipped accordingly.
#### How did you do it?
Added th4 and th5 to the list of unsupported ASICs for mirror policing.
#### How did you verify/test it?
Attempted to run the test and confirmed it is skipped.
Note: test log shows: "Skipping test since mirror policing is not
supported on broadcom th5 platforms"
#### Any platform specific information?
TH4/TH5-based platforms.
Signed-off-by: Sonic Build Admin <sonicbld@microsoft.com>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments