From 129e9d1b25480b6189003ca8d5223eafe7f23693 Mon Sep 17 00:00:00 2001 From: Kebo Liu Date: Sun, 13 Feb 2022 21:01:09 +0800 Subject: [PATCH] fix MSN4410 chassis name in platform_components.json (#9939) - Why I did it The chassis name in MSN4410 platform_components.json is not correct - How I did it Fix the chassis name - How to verify it Run relevant platform API test Signed-off-by: Kebo Liu --- device/mellanox/x86_64-mlnx_msn4410-r0/platform_components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/mellanox/x86_64-mlnx_msn4410-r0/platform_components.json b/device/mellanox/x86_64-mlnx_msn4410-r0/platform_components.json index bb1afce801..dac126d0b6 100644 --- a/device/mellanox/x86_64-mlnx_msn4410-r0/platform_components.json +++ b/device/mellanox/x86_64-mlnx_msn4410-r0/platform_components.json @@ -1,6 +1,6 @@ { "chassis": { - "x86_64-mlnx_msn4410-r0": { + "MSN4410": { "component": { "ONIE": { }, "SSD": { },