History log of /openbmc/phosphor-power/phosphor-regulators/test/run-ci.sh (Results 1 – 2 of 2)
Revision Date Author Comments
# 944ff61c 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: If2be5279a

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: If2be5279a84f72f4b8d58a978305b7c650d4f5be
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# 863cb059 29-Oct-2020 Bob King <Bob_King@wistron.com>

regulators: Validate config files during CI

Let the validate-regulators-config.py tool run during CI on all the
files in the config_files directory to make sure they are valid.

regulators: Validate config files during CI

Let the validate-regulators-config.py tool run during CI on all the
files in the config_files directory to make sure they are valid.

Tested:
* Test interaction between this script and CI:
* Verify an exit code of 0 causes CI to pass
* Verify a non-zero exit code causes CI to fail
* Test with one config file:
* Test where valid; exit code should be 0
* Test where invalid; exit code should be non-zero
* Test with multiple config files:
* Test where all valid; exit code should be 0
* Test where first file checked is invalid; exit code should be
non-zero
* Test where last file checked is invalid; exit code should be
non-zero

Signed-off-by: Bob King <Bob_King@wistron.com>
Change-Id: I4babd409170e3eb6fcc36c8fdd5a34be41d55edb

show more ...