History log of /openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/cp_post_boot (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7981f432 15-Nov-2023 George Keishing <gkeishin@in.ibm.com>

Consolidate username and password in test

Changes:
- Remove REST_USERNAME and REST_PASSWORD. Legacy username
and password, default user OPENBMC_USERNAME and
OPENBMC_PASSWORD.

Tested

Consolidate username and password in test

Changes:
- Remove REST_USERNAME and REST_PASSWORD. Legacy username
and password, default user OPENBMC_USERNAME and
OPENBMC_PASSWORD.

Tested:
- Boot test and sanity runs from sandbox

Change-Id: I86955d512530889c1a875b5efcc71f9df99432d9
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# 20f38712 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Signed-off-by: Patrick Will

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

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

show more ...


# e635ddc0 08-Dec-2022 George Keishing <gkeishin@in.ibm.com>

Revert "black: re-format"

This reverts commit 5731818de0ce446ceaafc7e75ae39da1b69942ae.

Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Change-Id: Ie61cdc8c7f2825b0d9d66be87a6a3a058de2b372


# 5731818d 08-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: If1010ead857d413

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

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

show more ...


# a57fef4a 03-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

pycodestyle: fix issues

When calling pycodestyle directly on a file (vs the project as a
whole) it seems to be a bit more opinionated. Fix up these issues
so we can change how we call pycodestyle o

pycodestyle: fix issues

When calling pycodestyle directly on a file (vs the project as a
whole) it seems to be a bit more opinionated. Fix up these issues
so we can change how we call pycodestyle organization-wide.

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

show more ...


Revision tags: robotframework-requests
# dd62f972 12-Nov-2021 David Shaw <dlshaw@us.ibm.com>

Add Istep Power On/Host initd Reset to boot_lists

- Two new boot tests were added and corresponding boot_lists files
needed updating.

data/boot_lists/All
data/boot_lis

Add Istep Power On/Host initd Reset to boot_lists

- Two new boot tests were added and corresponding boot_lists files
needed updating.

data/boot_lists/All
data/boot_lists/Manufacturing
data/boot_lists/OBMC_reboot
data/boot_lists/OS_reboot
data/boot_lists/Power_on
bin/plug_ins/Soft_errors/cp_post_boot: Minor output correction

Signed-off-by: David Shaw <dlshaw@us.ibm.com>
Change-Id: I17410b6228c6c2a3b2f619489d70c69f636922d7

show more ...


# e7e9171e 03-Sep-2021 George Keishing <gkeishin@in.ibm.com>

Update python code for python 3.8 or higher compatibility

Changes:
- Update shebang directive to use python3 explicitly.
- remove preexec_fn feature which is deprecated in

Update python code for python 3.8 or higher compatibility

Changes:
- Update shebang directive to use python3 explicitly.
- remove preexec_fn feature which is deprecated in higher
python version 3.8 and above.
- bufsize fix, from documentation bufsize 1 means line buffered
(only usable if universal_newlines=True i.e., in a text mode)
refer: https://docs.python.org/3/library/subprocess.html
- Fix SyntaxWarning: "is" with "=="

Change-Id: Ib96c1ba8c2327d6774d0d731b48ca7e61a4a297a
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# 2720764f 11-Oct-2021 David Shaw <dlshaw@us.ibm.com>

Add Redfish support to Soft_errors plugin

Signed-off-by: David Shaw <dlshaw@us.ibm.com>
Change-Id: I0b6a843956e8f56d099dc295d40adc7bc57777fd


Revision tags: v2.10-Hardknott
# d54307f1 11-Jan-2021 Michael Shepos <shepos@us.ibm.com>

Changes to support redfish only build

Signed-off-by: Michael Shepos <shepos@us.ibm.com>
Change-Id: I3c6c53ece2b42b4b82029cfbbae99df7f7b30c07


Revision tags: v2.8.0-stable
# d4fbcf9b 19-Jun-2020 michael <shepos@us.ibm.com>

Soft_errors: new high_severity_errorlog.json FFDC

The Soft_errors/cp_post_boot program retrieves high severity error logs.
If any such error logs exist, it triggers an FFDC collection.

Soft_errors: new high_severity_errorlog.json FFDC

The Soft_errors/cp_post_boot program retrieves high severity error logs.
If any such error logs exist, it triggers an FFDC collection.

We now wish to create a new high_severity_errorlog.json FFDC file which
contains ONLY the high severity logs (as distinct from BMC_elogs.txt).

Signed-off-by: michael shepos <shepos@us.ibm.com>
Change-Id: Iadf6e2d2bd5a0f3fcd2cf3380248ef80a111949c

show more ...


# 369b75c1 05-May-2020 Michael Walsh <micwalsh@us.ibm.com>

New Soft_errors plug-in

The Soft_errors plug-in will calculate the value of num_err_logs and
save it as a plug-in value for the benefit of the FFDC plug-in. The FFDC
plug-in can use

New Soft_errors plug-in

The Soft_errors plug-in will calculate the value of num_err_logs and
save it as a plug-in value for the benefit of the FFDC plug-in. The FFDC
plug-in can use that data to decide whether to collect FFDC data.

Change-Id: I3dc8dd591fc32c2bd4d367d71b30f64a6bbb1376
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...