[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:
parent
b33c38112c
commit
8b62e7a5b2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"chassis": {
|
||||
"name": "MSN2700",
|
||||
"name": "MSN2700-A1",
|
||||
"components": [
|
||||
{
|
||||
"name": "ONIE"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"chassis": {
|
||||
"MSN2700": {
|
||||
"MSN2700-A1": {
|
||||
"component": {
|
||||
"ONIE": { },
|
||||
"SSD": { },
|
||||
|
Loading…
Reference in New Issue
Block a user