-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Arista][x86_64-arista_7050_qx32] Add Components to platform.json #15252
Conversation
Signed-off-by: vaibhav dahiya <[email protected]>
@Staphylo Can you review? |
@vdahiya12 can you specify the ADO number in the PR template above? |
added |
"components": [ | ||
{ | ||
"name": "Aboot()" | ||
}, | ||
{ | ||
"name": "Scd(addr=0000:02:00.0)" | ||
}, | ||
{ | ||
"name": "Ucd90120A(addr=4-004e)" | ||
}, | ||
{ | ||
"name": "Ucd90120A(addr=8-004e)" | ||
}, | ||
{ | ||
"name": "CrowSysCpld(addr=2-0023)" | ||
} | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this product, this is the current list of components:
Scd(addr=0000:04:00.0)
Ucd90120A(addr=6-004e)
Ucd90160(addr=10-004e)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Signed-off-by: vaibhav dahiya <[email protected]>
"components": [], | ||
"components": [ | ||
{ | ||
"name": "Aboot()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Aboot component is currently not defined for this product
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, removed
"name": "Ucd90160(addr=10-004e)" | ||
}, | ||
{ | ||
"name": "CrowSysCpld(addr=2-0023)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This product doesn't have this CrowSysCpld
component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, removed
Signed-off-by: vaibhav dahiya <[email protected]>
Signed-off-by: vaibhav dahiya <[email protected]>
…nic-net#15252) * [Arista][x86_64-arista_7050_qx32] Add Components to platform.json Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * reformat Signed-off-by: vaibhav dahiya <[email protected]> --------- Signed-off-by: vaibhav dahiya <[email protected]>
Cherry-pick PR to 202211: #15584 |
…nic-net#15252) * [Arista][x86_64-arista_7050_qx32] Add Components to platform.json Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * reformat Signed-off-by: vaibhav dahiya <[email protected]> --------- Signed-off-by: vaibhav dahiya <[email protected]>
Cherry-pick PR to 202205: #15585 |
Cherry-pick PR to 202305: #15596 |
…nic-net#15252) * [Arista][x86_64-arista_7050_qx32] Add Components to platform.json Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * reformat Signed-off-by: vaibhav dahiya <[email protected]> --------- Signed-off-by: vaibhav dahiya <[email protected]>
…5252) * [Arista][x86_64-arista_7050_qx32] Add Components to platform.json Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * reformat Signed-off-by: vaibhav dahiya <[email protected]> --------- Signed-off-by: vaibhav dahiya <[email protected]>
…nic-net#15252) * [Arista][x86_64-arista_7050_qx32] Add Components to platform.json Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * fix comment Signed-off-by: vaibhav dahiya <[email protected]> * reformat Signed-off-by: vaibhav dahiya <[email protected]> --------- Signed-off-by: vaibhav dahiya <[email protected]>
Highlight change, the DHCP config removed from master branch. files/image_config/resolv-config/resolv.conf Related work items: sonic-net#49, sonic-net#2598, sonic-net#11862, sonic-net#12530, sonic-net#14000, sonic-net#14549, sonic-net#14814, sonic-net#15077, sonic-net#15252, sonic-net#15253, sonic-net#15357, sonic-net#15384, sonic-net#15394, sonic-net#15399, sonic-net#15405, sonic-net#15566, sonic-net#15591, sonic-net#15592, sonic-net#15593, sonic-net#15602, sonic-net#15604, sonic-net#15611, sonic-net#15621, sonic-net#15625, sonic-net#15634, sonic-net#15635
Merge code from master to internal Related work items: sonic-net#32, sonic-net#49, sonic-net#376, sonic-net#2598, sonic-net#11862, sonic-net#12530, sonic-net#14000, sonic-net#14547, sonic-net#14549, sonic-net#14814, sonic-net#15077, sonic-net#15239, sonic-net#15252, sonic-net#15253, sonic-net#15298, sonic-net#15357, sonic-net#15384, sonic-net#15394, sonic-net#15399, sonic-net#15405, sonic-net#15511, sonic-net#15566, sonic-net#15583, sonic-net#15591, sonic-net#15592, sonic-net#15593, sonic-net#15602, sonic-net#15604, sonic-net#15611, sonic-net#15621, sonic-net#15625, sonic-net#15634, sonic-net#15635, sonic-net#15645, sonic-net#15646, sonic-net#15647, sonic-net#15657, sonic-net#15658, sonic-net#15697, sonic-net#15699
Why I did it
This PR fixes the components names and adds the number so that platform API tests can get consistent results to match vs the expected results.
The way to verify /get the platform API results is run the platform API and get the components name for these SKU x86_64-arista_7050_qx32, x86_64-arista_7050_qx32s
Work item tracking
17397061
16428955
How I did it
Run the Platfrom API and get the components names
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)