Skip to content

Commit

Permalink
[Mellanox] Fix issue: the PSU capability for Mellanox ACS-MSN3420 is …
Browse files Browse the repository at this point in the history
…wrong (#5102)


Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs authored Feb 11, 2022
1 parent adca5c7 commit 3acec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/mellanox_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
"psus": {
"number": 2,
"hot_swappable": True,
"capabilities": PSU_CAPABILITIES[1]
"capabilities": PSU_CAPABILITIES[0]
},
"cpu_pack": {
"number": 1
Expand Down

0 comments on commit 3acec36

Please sign in to comment.