-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 7060CX-32S (#12783)
Why I did it Some sonic-mgmt platform_tests/api were failing on the 7060CX-32S 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% pass rate.
- Loading branch information
1 parent
0883f6a
commit 5cd134f
Showing
3 changed files
with
62 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
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
13 changes: 13 additions & 0 deletions
13
device/arista/x86_64-arista_7060_cx32s/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,13 @@ | ||
{ | ||
"chassis": { | ||
"DCS-7050CX3-32S": { | ||
"component": { | ||
"Aboot()": {}, | ||
"Scd(addr=0000:02:00.0)": {}, | ||
"Ucd90120A(addr=4-004e)": {}, | ||
"Ucd90120A(addr=8-004e)": {}, | ||
"CrowSysCpld(addr=2-0023)": {} | ||
} | ||
} | ||
} | ||
} |