[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:
Kebo Liu 2023-11-15 14:29:11 +08:00 committed by GitHub
parent b33c38112c
commit 8b62e7a5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"chassis": {
"name": "MSN2700",
"name": "MSN2700-A1",
"components": [
{
"name": "ONIE"

View File

@ -1,6 +1,6 @@
{
"chassis": {
"MSN2700": {
"MSN2700-A1": {
"component": {
"ONIE": { },
"SSD": { },