History log of /openbmc/openbmc-test-automation/lib/state_map.py (Results 1 – 16 of 16)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v5.0-stable, v4.0-stable
# 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 ...


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

pycodestyle: Module level import not at top of file

Changes:
- Added NOQA on python files import to skip CI
- Fix import order reported by CI.

Tested:
- CI will catch this if there i

pycodestyle: Module level import not at top of file

Changes:
- Added NOQA on python files import to skip CI
- Fix import order reported by CI.

Tested:
- CI will catch this if there is error

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

show more ...


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

Revert "Fix for module level import not at top of file"

This reverts commit 47375aa789dcb11ba969895f61dfb12a773e2164.

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

Revert "Fix for module level import not at top of file"

This reverts commit 47375aa789dcb11ba969895f61dfb12a773e2164.

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

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 ...


# 47375aa7 08-Dec-2022 Sridevi Ramesh <sridevra@in.ibm.com>

Fix for module level import not at top of file

Change-Id: I1994b58a027cdac3bf4084b77db61bc646aaaba6
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>


Revision tags: robotframework-requests
# 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 higher
py

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 ...


Revision tags: v2.10-Hardknott
# 90b555aa 20-May-2021 George Keishing <gkeishin@in.ibm.com>

Update Redfish PowerRestore policy test suites

Changes:
- Update to Redfish variables and kewyords needed.
- Add Redfish state in state mapping.
- Add new keyword to do ping , SSH and Re

Update Redfish PowerRestore policy test suites

Changes:
- Update to Redfish variables and kewyords needed.
- Add Redfish state in state mapping.
- Add new keyword to do ping , SSH and Redfish auth.

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

show more ...


# c056c2bb 25-Mar-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Add a possibility to set PLATFORM_ARCH_TYPE with an environment variable

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: I364335d4cec9d258354bd3f52e75f452886dc4db


# d78dc937 24-Mar-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Add support for x86 architecture in a state map file

Remove 'BootProgress' and 'OperatingSystem' states from the
'VALID_BOOT_STATES' table for x86 as these interfaces currently
aren't properly suppo

Add support for x86 architecture in a state map file

Remove 'BootProgress' and 'OperatingSystem' states from the
'VALID_BOOT_STATES' table for x86 as these interfaces currently
aren't properly supported on this architecture.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: I6b2914ccd082adf1d0c2869b1ef0314344ae9a61

show more ...


Revision tags: v2.8.0-stable, v2.7-warrior-stable, v2.6-thud-stable, v2.2-stable, v2.1-stable
# 004ad3c9 11-Jun-2018 Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com>

Formatted python files to follow PEP 8 python code standards.

- Changed the python files in the openbmc-test-automation
directory to conform to python code style standards with
the excepti

Formatted python files to follow PEP 8 python code standards.

- Changed the python files in the openbmc-test-automation
directory to conform to python code style standards with
the exception of E402 and E501.
- Resolves openbmc/openbmc-test-automation#1308

Change-Id: I109995c2d248f5a6bb2c0e3c76a6144c8f3aac2e
Signed-off-by: Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com>
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


Revision tags: v2.0-stable
# efc3ff2b 12-Dec-2017 George Keishing <gkeishin@in.ibm.com>

Update power policy from RESTORE_LAST_STATE to ALWAYS_POWER_OFF

ALWAYS_POWER_OFF is the current default policy.

Resolves openbmc/openbmc-test-automation#1162

Change-Id: I7978afd38c46fb365d7c90cd6

Update power policy from RESTORE_LAST_STATE to ALWAYS_POWER_OFF

ALWAYS_POWER_OFF is the current default policy.

Resolves openbmc/openbmc-test-automation#1162

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

show more ...


# d690150c 14-Nov-2017 Michael Walsh <micwalsh@us.ibm.com>

Remove hashtag lines from all .py files.

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


# 678b65c0 31-Aug-2017 George Keishing <gkeishin@in.ibm.com>

Soft sensor progress state test

Added:
- System boot states mapping.
- Validate boot count "AttemptsLeft".
- Validate boot states when power if off.
- Validate boot states when BMC reset

Soft sensor progress state test

Added:
- System boot states mapping.
- Validate boot count "AttemptsLeft".
- Validate boot states when power if off.
- Validate boot states when BMC reset to standby.
- Validate boot states when host is booting in progress.
- Validate boot states when host is booted.
- Validate boot states when BMC reset reload to runtime.

Resolves openbmc/openbmc-test-automation#930

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

show more ...


# 4d6f3d66 06-Feb-2017 George Keishing <gkeishin@in.ibm.com>

State Manager reset power policy

Power policy drives whether the host is going to stay Off or Running.

Resolves openbmc/openbmc-test-automation#327

Change-Id: I4e8f8c18b83bfe01869db507039a2fa9e555

State Manager reset power policy

Power policy drives whether the host is going to stay Off or Running.

Resolves openbmc/openbmc-test-automation#327

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

show more ...


# df9ad391 25-Jan-2017 George Keishing <gkeishin@in.ibm.com>

State Manager valid states transition mapping

Initial base mapping create.

Resolves openbmc/openbmc-test-automation#286

Change-Id: I00aedd5254df8c77315cb7ab5d4362e1a8d4a793
Signed-off-by: George K

State Manager valid states transition mapping

Initial base mapping create.

Resolves openbmc/openbmc-test-automation#286

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

show more ...