-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Arista] Update platform.json for 7260CX3-64 (#12757)
Why I did it Some sonic-mgmt platform_tests/api were failing on the 7260CX3-64 How I did it Added the missing metadata in platform.json and platform_components.json This is purely test data and does not impact our API implementation. How to verify it Run platform_tests/api and expect 100% passrate.
- Loading branch information
1 parent
309ea39
commit 9c80498
Showing
2 changed files
with
67 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
device/arista/x86_64-arista_7260cx3_64/platform_components.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"chassis": { | ||
"DCS-7260CX3-64": { | ||
"component": { | ||
"Aboot()": {}, | ||
"Scd(addr=0000:06:00.0)": {}, | ||
"Scd(addr=0000:ff:0b.3)": {}, | ||
"Ucd90160(addr=74-004e)": {}, | ||
"Ucd90120A(addr=83-0034)": {}, | ||
"RookSysCpld(addr=81-0023)": {} | ||
} | ||
} | ||
} | ||
} |