Skip to content

Commit

Permalink
[Platform][AS9817-64D/64O][AIS800-64D/64O] Fix sonic-mgmt pytest test…
Browse files Browse the repository at this point in the history
…_fan_drawer.py::TestFanDrawerApi::test_get_maximum_consumed_power fail
  • Loading branch information
tigerfu000 committed Sep 10, 2024
1 parent f803852 commit 6f41cc5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device/accton/x86_64-accton_as9817_64d-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"fan_drawers":[
{
"name": "FanTray1",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -137,6 +138,7 @@
},
{
"name": "FanTray2",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -166,6 +168,7 @@
},
{
"name": "FanTray3",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -195,6 +198,7 @@
},
{
"name": "FanTray4",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"fan_drawers":[
{
"name": "FanTray1",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -137,6 +138,7 @@
},
{
"name": "FanTray2",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -166,6 +168,7 @@
},
{
"name": "FanTray3",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -195,6 +198,7 @@
},
{
"name": "FanTray4",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"fan_drawers":[
{
"name": "FanTray1",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -137,6 +138,7 @@
},
{
"name": "FanTray2",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -166,6 +168,7 @@
},
{
"name": "FanTray3",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -195,6 +198,7 @@
},
{
"name": "FanTray4",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down
4 changes: 4 additions & 0 deletions device/accton/x86_64-accton_as9817_64o-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"fan_drawers":[
{
"name": "FanTray1",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -137,6 +138,7 @@
},
{
"name": "FanTray2",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -166,6 +168,7 @@
},
{
"name": "FanTray3",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -195,6 +198,7 @@
},
{
"name": "FanTray4",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"fan_drawers":[
{
"name": "FanTray1",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -137,6 +138,7 @@
},
{
"name": "FanTray2",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -166,6 +168,7 @@
},
{
"name": "FanTray3",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -195,6 +198,7 @@
},
{
"name": "FanTray4",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"fan_drawers":[
{
"name": "FanTray1",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -137,6 +138,7 @@
},
{
"name": "FanTray2",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -166,6 +168,7 @@
},
{
"name": "FanTray3",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down Expand Up @@ -195,6 +198,7 @@
},
{
"name": "FanTray4",
"max_consumed_power": false,
"status_led": {
"controllable": false
},
Expand Down

0 comments on commit 6f41cc5

Please sign in to comment.