aristanetworks / sonic

Open source drivers and initialization library for Arista platforms running SONiC
GNU General Public License v2.0
25 stars 30 forks source link

[Wolverine LC] sfps number from chassis_api mismatch with platform.json #67

Closed wenyiz2021 closed 1 year ago

wenyiz2021 commented 1 year ago

platform.json for wolverine linecard has 48 osfps: https://github.com/sonic-net/sonic-buildimage/blob/master/device/arista/x86_64-arista_7800r3a_36d2_lc/platform.json whereas chassis api returns 36 osfps. Can you please confirm which one is correct?

pytest_assert(num_sfps == expected_num_sfps,
"Number of sfps ({}) does not match expected number ({})"
>                         .format(num_sfps, expected_num_sfps))
E           Failed: Number of sfps (36) does not match expected number (48)
wenyiz2021 commented 1 year ago

@kenneth-arista @Staphylo for viz

wenyiz2021 commented 1 year ago

https://github.com/sonic-net/sonic-buildimage/pull/13524#pullrequestreview-1271891717