From c5998be1e29c38f4dc822c6b79b830b8b8988d2a Mon Sep 17 00:00:00 2001 From: mssonicbld <79238446+mssonicbld@users.noreply.github.com> Date: Sat, 11 Feb 2023 01:15:57 +0800 Subject: [PATCH] [Arista] Add other chassis names to platform_components.json for 720DT-48S (#12378) (#13744) Why I did it The 720DT-48S platform has variants with different chassis names, and these need to all be included in platform_components.json to ensure that sonic-mgmt platform_tests/fwutil/test_fwutil.py::test_fwutil_show passes How I did it Updated platform_components.json with the variant names for 720DT-48S. How to verify it Ran aforementioned testcase and verified that it passes on the different variants. Co-authored-by: andywongarista <78833093+andywongarista@users.noreply.github.com> --- .../x86_64-arista_720dt_48s/platform_components.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/device/arista/x86_64-arista_720dt_48s/platform_components.json b/device/arista/x86_64-arista_720dt_48s/platform_components.json index ea8bbb5e33..762bd5c87c 100644 --- a/device/arista/x86_64-arista_720dt_48s/platform_components.json +++ b/device/arista/x86_64-arista_720dt_48s/platform_components.json @@ -5,6 +5,18 @@ "Aboot()": {}, "Scd(addr=0000:00:18.7)": {} } + }, + "CCS-720DT-48S-2F": { + "component": { + "Aboot()": {}, + "Scd(addr=0000:00:18.7)": {} + } + }, + "CCS-720DT-48S-2R": { + "component": { + "Aboot()": {}, + "Scd(addr=0000:00:18.7)": {} + } } } }