Skip to content

Commit

Permalink
[Mellanox] update platform name for simx platforms (sonic-net#18861)
Browse files Browse the repository at this point in the history
- Why I did it
To update Mellanox simx platforms chassis name

- How I did it
Updated relevant platform.json files

Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
  • Loading branch information
Yakiv-Huryk authored and pull[bot] committed Dec 23, 2024
1 parent 963a3b1 commit 52ca324
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chassis": {
"name": "MSN4700",
"name": "MSN4700_SIMX",
"components": [
{
"name": "ONIE"
Expand Down
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn4280_simx-r0/platform.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chassis": {
"name": "SN4280",
"name": "SN4280_SIMX",
"components": [
{
"name": "ONIE"
Expand Down
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chassis": {
"name": "SN5400",
"name": "SN5400_SIMX",
"components": [
{
"name": "ONIE"
Expand Down
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chassis": {
"name": "SN5600",
"name": "SN5600_SIMX",
"components": [
{
"name": "ONIE"
Expand Down

0 comments on commit 52ca324

Please sign in to comment.