mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-30 17:48:09 +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": {
|
"chassis": {
|
||||||
"name": "MSN2700",
|
"name": "MSN2700-A1",
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"name": "ONIE"
|
"name": "ONIE"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"chassis": {
|
"chassis": {
|
||||||
"MSN2700": {
|
"MSN2700-A1": {
|
||||||
"component": {
|
"component": {
|
||||||
"ONIE": { },
|
"ONIE": { },
|
||||||
"SSD": { },
|
"SSD": { },
|
||||||
|
|||||||
Reference in New Issue
Block a user