Skip to content

Commit

Permalink
Flip to fscd- wedge100
Browse files Browse the repository at this point in the history
Summary: This diff flips the switch to fscd for wedge100.

Test Plan:
Lab testing:
root@bmc-oob:/tmp/tests/wedge100/unittests# python fscd_test.py
[FSCD Testing] Setting (userver=23.0C, switch=23.0C ,intake=23.0C, outlet=23.0C)
[FSCD Testing] PWM test,expected=38% [PASSED]
[FSCD Testing] Setting (userver=23.0C, switch=28.0C ,intake=28.0C, outlet=23.0C)
[FSCD Testing] PWM test,expected=38% [PASSED]
[FSCD Testing] Setting (userver=30.0C, switch=32.0C ,intake=33.0C, outlet=30.0C)
[FSCD Testing] PWM test,expected=38% [PASSED]
[FSCD Testing] Setting (userver=32.0C, switch=32.0C ,intake=37.0C, outlet=32.0C)
[FSCD Testing] PWM test,expected=51% [PASSED]
[FSCD Testing] Setting (userver=32.0C, switch=32.0C ,intake=39.0C, outlet=32.0C)
[FSCD Testing] PWM test,expected=51% [PASSED]
[FSCD Testing] Setting (userver=32.0C, switch=38.0C ,intake=42.0C, outlet=32.0C)
[FSCD Testing] PWM test,expected=74% [PASSED]
[FSCD Testing] Setting (userver=40.0C, switch=41.0C ,intake=50.0C, outlet=40.0C)
[FSCD Testing] PWM test,expected=100% [PASSED]
[FSCD Testing] Setting (userver=46.0C, switch=47.0C ,intake=85.0C, outlet=46.0C)
[FSCD Testing] PWM test,expected=100% [PASSED]
[FSCD Testing] System should shutdown because temperature  limit reached. Verifying...
[FSCD Testing] Host action test: Expected userver to power off due to high temperature event [PASSED]
[FSCD Testing] Recovering system for next test...
[FSCD Testing] Setting (userver=40.0C, switch=41.0C ,intake=44.0C, outlet=40.0C)
[FSCD Testing] PWM test,expected=74% [PASSED]
[FSCD Testing] Ready for next test...
g_cdc gadget: high-speed config #1: CDC Composite (ECM + ACM)
[FSCD Testing] Host action test: Expected userver to power off due to read failure event [PASSED]
[FSCD Testing] PWM test,expected=100% [PASSED]
g_cdc gadget: high-speed config #1: CDC Composite (ECM + ACM)
[FSCD Testing] Host action test: Expected userver to power on due to fan RPM read failure event but fantray status is GOOD [PASSED]
FSCD Testing [PASSED]

Accton Testing:
Based on chat with vii, data from FSCD is similar to Fand. On startup there is improvement.

Reviewed By: covracer

fbshipit-source-id: 53db311
  • Loading branch information
vineelasmile authored and facebook-github-bot committed Jun 25, 2018
1 parent 39d8b7e commit 9d57980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IMAGE_INSTALL += " \
spatula \
trousers \
tpm-tools \
fan-ctrl \
fscd \
"

IMAGE_FEATURES += " \
Expand Down

0 comments on commit 9d57980

Please sign in to comment.