Commit d28f241
authored
Skip pfc storm event based on hwsku (sonic-net#989)
### Description of PR
Summary:
Skipping swss event verification in telemetry/test_events.py for m1 and
m2 topos as this testing is out of scope for the deployment.
Fixes # (issue)
### Type of change
- [ ] Bug fix
- [ ] Testbed and Framework(new/improvement)
- [ ] New Test case
- [x] Skipped for non-supported platforms
- [ ] Test case improvement
### Approach
#### What is the motivation for this PR?
We were seeing failures while trying to verify the pfc storm event on m1
topos. This is because there is no QoS config. After inquiring with
Microsoft we decided to skip this part of the test since QoS is not
needed for the deployment.
#### How did you do it?
Refactored existing skip logic to use a list of hwsku's for skipping
instead of topology.
#### How did you verify/test it?
Verified the expected hwsku's were being skipped for broadcom.
#### Any platform specific information?
#### Supported testbed topology if it's a new test case?
### Documentation1 parent 96cd595 commit d28f241
3 files changed
Lines changed: 19 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
40 | 49 | | |
41 | 50 | | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
| |||
0 commit comments