History log of /openbmc/phosphor-pid-control/tools/fan_rpm_loop_test.sh (Results 1 – 4 of 4)
Revision Date Author Comments
# 687d8413 20-Apr-2023 Jinliang Wang <jinliangw@google.com>

fix shellcheck failure detected by CI

Found that failure at https://jenkins.openbmc.org/job/ci-repository/64626/console :

Running shellcheck

In tools/fan_rpm_loop_unittest.sh line 48:

fix shellcheck failure detected by CI

Found that failure at https://jenkins.openbmc.org/job/ci-repository/64626/console :

Running shellcheck

In tools/fan_rpm_loop_unittest.sh line 48:
main "$@"
^-------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).

In tools/fan_rpm_loop_test.sh line 88:
main "$@"
^-------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).

For more information:
https://www.shellcheck.net/wiki/SC2317 -- Command appears to be unreachable...
shellcheck: FAILED

Apply the trick in https://superuser.com/questions/731425/bash-detect-execute-vs-source-in-a-script
to detect execute vs sourve environment.

Change-Id: I6bea34c91c423e50101e397efb63c436c66e0587
Signed-off-by: Jinliang Wang <jinliangw@google.com>

show more ...


# 5897fcc1 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

beautysh: re-format

beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh
files to have a consistent formatting. Re-run the formatter on the
whole repository.

Change-Id: Ie7df79b38

beautysh: re-format

beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh
files to have a consistent formatting. Re-run the formatter on the
whole repository.

Change-Id: Ie7df79b3878cbbc3893ab66ce30ba73c2b200da5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# a7ec8350 18-Jul-2019 Patrick Venture <venture@google.com>

s/swampd.service/phosphor-pid-control.service/g

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia1f08915f5541142cb3e10aa68043d3d2cad0167


# ca97c83d 25-Jul-2018 Patrick Venture <venture@google.com>

add fan_rpm_loop script

The script allows running different rpm set-points and verifying whether
the coefficients behave as intended.

Change-Id: I7bc2e5328299ee14349550edb119279c143f4a1b
Signed-off

add fan_rpm_loop script

The script allows running different rpm set-points and verifying whether
the coefficients behave as intended.

Change-Id: I7bc2e5328299ee14349550edb119279c143f4a1b
Signed-off-by: Patrick Venture <venture@google.com>

show more ...