mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-29 17:22:33 +00:00
[Mellanox] fix new MSN2700-A1 platform name (#17151)
- Why I did it New introduced MSN2700 platform has a different platform name compared to the old one, it should be "MSN2700-A1". - How I did it Update the name to the new one in platform.json and platform_components.json. - How to verify it run platform-related sonic-mgmt test cases on the new platform. Signed-off-by: Kebo Liu <kebol@nvidia.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "MSN2700",
|
||||
"name": "MSN2700-A1",
|
||||
"components": [
|
||||
{
|
||||
"name": "ONIE"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"chassis": {
|
||||
"MSN2700": {
|
||||
"MSN2700-A1": {
|
||||
"component": {
|
||||
"ONIE": { },
|
||||
"SSD": { },
|
||||
|
||||
Reference in New Issue
Block a user