Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v5.0-stable, v4.0-stable
# af9da9e6 11-Nov-2022 George Keishing <gkeishin@in.ibm.com>

Disable default POWER arch specific checks

Changes:
- Set the openpower defaults to 0. This will skip checking
POWER arch specific test validation in the test suite/

Tested: Ran HW_CI test.

Disable default POWER arch specific checks

Changes:
- Set the openpower defaults to 0. This will skip checking
POWER arch specific test validation in the test suite/

Tested: Ran HW_CI test.
Change-Id: I2326fb62e9263020c470f4b032c5918fa50de1e8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# 15f94d26 10-Oct-2022 George Keishing <gkeishin@in.ibm.com>

HW_CI: Param to capture SOL logging

Changes:
- By default capturing SOL logging is disabled.
- Added capture_sol param to enable or disable during test
suite run.

Tested: with -v c

HW_CI: Param to capture SOL logging

Changes:
- By default capturing SOL logging is disabled.
- Added capture_sol param to enable or disable during test
suite run.

Tested: with -v capture_sol:0
with -v capture_sol:1
option for the test suite test_power_operations.robot
Change-Id: Idee840eea18a150677fa94a19c2cfbbecf653680
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


Revision tags: robotframework-requests
# 5236ec54 31-Jan-2022 George Keishing <gkeishin@in.ibm.com>

Fix test cases name tags under redfish directory

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


# 4090503a 09-Nov-2021 George Keishing <gkeishin@in.ibm.com>

Circumvent OCC and Power check in HW_CI test bucket

Now user can control the code logic using CLI:

Example:

Values options are 1 to enforce and 0 to skip

-v additional_occ_check:1
-v additional_p

Circumvent OCC and Power check in HW_CI test bucket

Now user can control the code logic using CLI:

Example:

Values options are 1 to enforce and 0 to skip

-v additional_occ_check:1
-v additional_power_check:1

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

show more ...


# d918148d 08-Oct-2021 George Keishing <gkeishin@in.ibm.com>

Update OCC check for HW CI power on test

New logic will check every 30 seconds for 3 minutes for OCC
state to be active.

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

Update OCC check for HW CI power on test

New logic will check every 30 seconds for 3 minutes for OCC
state to be active.

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

show more ...


Revision tags: v2.10-Hardknott
# f6888001 29-Sep-2020 George Keishing <gkeishin@in.ibm.com>

Development test HW CI

Changes:
- Added robot user variable parameter to skip OCC and
Power check, by default enabled.
- New HW_CI_DEV list.

Usage:
robot -v OPENBMC_HOST:xx.xx

Development test HW CI

Changes:
- Added robot user variable parameter to skip OCC and
Power check, by default enabled.
- New HW_CI_DEV list.

Usage:
robot -v OPENBMC_HOST:xx.xx.xx.xx
-v additional_power_check:0 -v check_performance:0
-v BOOT_TABLE_PATH:data/boot_table_redfish.json
--argumentfile test_list/HW_CI_DEV redfish/ ipmi/ tests/

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

show more ...


# e68cbfb3 12-Aug-2020 George Keishing <gkeishin@in.ibm.com>

Fix typo spelling in the test documentation

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


# 6dbadc58 15-Jul-2020 George Keishing <gkeishin@in.ibm.com>

Update HW CI test to look up for PowerConsumedWatts dynamically

This changes will enable supported systems and redfish implementation
to run the HW CI test bucket. Basically, this will remove the co

Update HW CI test to look up for PowerConsumedWatts dynamically

This changes will enable supported systems and redfish implementation
to run the HW CI test bucket. Basically, this will remove the code
hard coding the full path to GET the attribute.

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

show more ...


Revision tags: v2.8.0-stable
# 07fb41f7 16-Jun-2020 George Keishing <gkeishin@in.ibm.com>

Remove redfish login and logout from lib code

With this change, the test script caller is expected to have the
valid session before invoking the changed keywords in library.

Changes:
- Remove

Remove redfish login and logout from lib code

With this change, the test script caller is expected to have the
valid session before invoking the changed keywords in library.

Changes:
- Remove login/logout from lib/bmc_redfish_utils.robot
for power and reset operation.
- Update impacted test suites.

Tested: To identify the impact, ran the existing test bucket and
the result is looking good.

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

show more ...


# 2997a28c 16-Jun-2020 George Keishing <gkeishin@in.ibm.com>

Fix HW CI suite to do redfish login and logout

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


# 99a62057 12-Jun-2020 George Keishing <gkeishin@in.ibm.com>

Add REDFISH_SUPPORTED check in the power on teardown

Note: This is to handle REST and Redfish backward compatibility.
Change-Id: Ibd209b939e409cf82c5b22c0cb0489925f6a49de
Signed-off-by: George Keish

Add REDFISH_SUPPORTED check in the power on teardown

Note: This is to handle REST and Redfish backward compatibility.
Change-Id: Ibd209b939e409cf82c5b22c0cb0489925f6a49de
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# e523fc04 23-Mar-2020 George Keishing <gkeishin@in.ibm.com>

Update redfish host graceful restart boot type

Changes:
- Modify "Redfish Host Reboot" to "RF SYS GracefulRestart".
- Update lib and test cases with new boot type name.

Change-Id: I8fe9

Update redfish host graceful restart boot type

Changes:
- Modify "Redfish Host Reboot" to "RF SYS GracefulRestart".
- Update lib and test cases with new boot type name.

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

show more ...


# 46b1a8e2 16-Jan-2020 Lei YU <mine260309@gmail.com>

Add Verify_Redfish_BMC_PowerOn_With_OCC_State case

There is case to test the BMC to power on host,
Verify_Redfish_Host_PowerOn, in which it verifies that the OCC state is
active and `PowerConsumedWa

Add Verify_Redfish_BMC_PowerOn_With_OCC_State case

There is case to test the BMC to power on host,
Verify_Redfish_Host_PowerOn, in which it verifies that the OCC state is
active and `PowerConsumedWatts` exists on Redfish.

However, for systems without a total power sensor, e.g. Romulus and
Palmetto, there is no total_power sensor, and thus there is no
`PowerConsumedWatts` property on Redfish.

Add a case that only powers on the host and verify the OCC state, but
not check the `PowerConsumedWatts` property, so that it could be used to
test on systems without total power sensor.

Tested: Verify the case Verify_Redfish_BMC_PowerOn_With_OCC_State
passed on Palmetto and Romulus.

Signed-off-by: Lei YU <mine260309@gmail.com>
Change-Id: If0ab344d4d3112c2a59d1386fe05128313296ad2

show more ...


# 9833f96b 07-Oct-2019 George Keishing <gkeishin@in.ibm.com>

Add power sensor check post power on

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


Revision tags: v2.7-warrior-stable
# d8c8b318 09-Apr-2019 George Keishing <gkeishin@in.ibm.com>

Enable OCC active state check post power on

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


# 36c39aab 01-Mar-2019 George Keishing <gkeishin@in.ibm.com>

SOL collection during power operation

Changes:
- Added SOL plugin to capture host console logs.

Change-Id: I620dfbc3bd2131177da6e13fef7ab814b7864088
Signed-off-by: George Keishing <gkeishin@in.

SOL collection during power operation

Changes:
- Added SOL plugin to capture host console logs.

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

show more ...


# 4583a08c 25-Feb-2019 George Keishing <gkeishin@in.ibm.com>

Update tags and documentation

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


# d737eb95 13-Feb-2019 Sridevi Ramesh <sridevra@in.ibm.com>

Add test cases to verify redfish BMC power operations

Added test cases:
- Verify Redfish BMC PowerOn
- Verify Redfish BMC PowerOff
- Verify Redfish BMC GracefulRestart
- Verify Redfi

Add test cases to verify redfish BMC power operations

Added test cases:
- Verify Redfish BMC PowerOn
- Verify Redfish BMC PowerOff
- Verify Redfish BMC GracefulRestart
- Verify Redfish BMC GracefulShutdown

Resolves openbmc/openbmc-test-automation#1530

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

show more ...