History log of /openbmc/openbmc-test-automation/ipmi/test_ipmi_sensor.robot (Results 1 – 25 of 30)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v5.0-stable, v4.0-stable
# 6fb70d98 24-Oct-2023 Matt Fischer <matthew.fischer@hpe.com>

Switch from Force Tags to Test Tags

Force Tags is deprecated in Robot 7.0 and will eventually
warn and then after that stop working. Test Tags performs
the same function per docs.

Change-Id: I7cf30

Switch from Force Tags to Test Tags

Force Tags is deprecated in Robot 7.0 and will eventually
warn and then after that stop working. Test Tags performs
the same function per docs.

Change-Id: I7cf305754b247b995a05d8da3b9de9ed613ecae2
Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>

show more ...


# 409df05d 17-Jan-2024 George Keishing <gkeishin@in.ibm.com>

Robot Framework 7.0 changes

Update robot code syntax overall in the repo

Changes:
- Update the requirement.txt package version for robot
- The '[Return]' setting is deprecated.
Use the

Robot Framework 7.0 changes

Update robot code syntax overall in the repo

Changes:
- Update the requirement.txt package version for robot
- The '[Return]' setting is deprecated.
Use the 'RETURN' statement instead.
- Singular section headers like '*** Test Case ***'
are deprecated. Use plural format like
'*** Test Cases ***' instead.
- Singular section headers like '*** Variable ***'
are deprecated

Tested:
- Ran from sandbox with the version
$ robot --version
Robot Framework 7.0 (Python 3.10.12 on linux)

and also tested on latest python version

Robot Framework 7.0 (Python 3.11.9 on linux)

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

show more ...


# c32434a3 11-Jan-2024 Yi Hu <yih@supermicro.com>

Set system, chassis, and bmc as global variables

Changes:
- Add SYSTEM_ID as a global variable and set to default value system
- Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID

Set system, chassis, and bmc as global variables

Changes:
- Add SYSTEM_ID as a global variable and set to default value system
- Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID
- Replace redfish/v1/Chassis/chassis to redfish/v1/Chassis/CHASSIS_ID
- Replace redfish/v1/Managers/bmc to redfish/v1/Managers/MANAGER_ID

Tested:
- Tested on sandbox with the changes with sample test run with
sample test ID runs
1. without SYSTEM_ID provided
2. with -v SYSTEM_ID:system1
3. with export SYSTEM_ID=""
3. with export SYSTEM_ID="system2"

Change-Id: Ifc412b20038cef1eba632caaa6c300be328259bd
Signed-off-by: Wilson Suen <wilsons@supermicro.com>
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# 87dc442c 20-Oct-2023 George Keishing <gkeishin@in.ibm.com>

Add new force tags for the IPMI suites

Changes:
- Add tag name for the suite

Tested:
- NA

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

Add new force tags for the IPMI suites

Changes:
- Add tag name for the suite

Tested:
- NA

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

show more ...


# 77367ad0 05-Apr-2023 Nandish-Matti <nandish.matti@ibm.com>

IPMI: Fix for 'Test Power Reading Via IPMI With Host Booted'

Changes:
- Updated the Redfish URI for power reading.

Tested:
- Test_Power_Reading_Via_IPMI_With_Host_Booted.

Change-Id: I6c42a

IPMI: Fix for 'Test Power Reading Via IPMI With Host Booted'

Changes:
- Updated the Redfish URI for power reading.

Tested:
- Test_Power_Reading_Via_IPMI_With_Host_Booted.

Change-Id: I6c42a9047d8e436112ad0dfd049ada179bdd26c1
Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>

show more ...


# a91601b1 20-Mar-2023 George Keishing <gkeishin@in.ibm.com>

Update test documentation and spacing

Changes:
- No testcase documentation (RequireTestDocumentation)
- Line has trailing whitespace (TrailingWhitespace)
- Line is too long (exceeds 1

Update test documentation and spacing

Changes:
- No testcase documentation (RequireTestDocumentation)
- Line has trailing whitespace (TrailingWhitespace)
- Line is too long (exceeds 110 characters) (LineTooLong)

Tested:
- python3 -m rflint -rA robot_standards -R robot_custom_rules.py <suites>
o

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

show more ...


# a3692b67 23-Nov-2022 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for Test_Power_Reading_Via_IPMI_With_Host_Booted test

Changes:
- Long back we use to have two URI to get power values under
/redfish/v1/Chassis
- Now we have a single URI to che

Fix for Test_Power_Reading_Via_IPMI_With_Host_Booted test

Changes:
- Long back we use to have two URI to get power values under
/redfish/v1/Chassis
- Now we have a single URI to check power reading
/redfish/v1/Chassis/chassis/Sensors/total_power.
- With this commit we have modified logic to use this new
Redfish power reading URI

Tested: - Ran Test_Power_Reading_Via_IPMI_With_Host_Booted test
from sandbox successfully.
Change-Id: Ib2292c13510fde39a691bf04bd4f6ec65d35b043
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

show more ...


# 73d8bbe6 27-Oct-2022 srichn28 <srichn28@in.ibm.com>

Fixes for Verify IPMI, DCMI Temperature Readings using Redfish

Changes:
- Sensor name changes
- Code changes to get all the sensors(PCIE, Ambient) available

Tested:
- Ran test cases suc

Fixes for Verify IPMI, DCMI Temperature Readings using Redfish

Changes:
- Sensor name changes
- Code changes to get all the sensors(PCIE, Ambient) available

Tested:
- Ran test cases successfully from sandbox.

Signed-off-by: srichn28 <srichn28@in.ibm.com>
Change-Id: Ia2f8f234c2cbacc8284d68beeb17896ac704b5e3
Signed-off-by: srichn28 <srichn28@in.ibm.com>

show more ...


# b9121661 27-Sep-2022 srichn28 <srichn28@in.ibm.com>

Fixes for Test Ambient Temperature Via IPMI

Changes:
- Get all the Ambient temperature sensors from the IPMI result.

Tested:
Ran test case successfully from sandbox.

Change-Id: Ia8394e36e7

Fixes for Test Ambient Temperature Via IPMI

Changes:
- Get all the Ambient temperature sensors from the IPMI result.

Tested:
Ran test case successfully from sandbox.

Change-Id: Ia8394e36e7132a2ccd03277547f305154027b5ed
Signed-off-by: srichn28 <srichn28@in.ibm.com>

show more ...


# e24838ef 26-Sep-2022 George Keishing <gkeishin@in.ibm.com>

Fix keyword missing in IPMI test senser suite

Changes:
- Correct the missing keyword

Tested:
- Not tested (Updating the keyword)

Change-Id: I647621eac78248da625d0a4aae1f343c261b896f
Sign

Fix keyword missing in IPMI test senser suite

Changes:
- Correct the missing keyword

Tested:
- Not tested (Updating the keyword)

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

show more ...


# 334438b3 21-Sep-2022 srichn28 <srichn28@in.ibm.com>

Fixes for Test Baseboard Temperature Via IPMI

Changes:
- URI change to get sensor temperature readings from Redfish.
- Get all the Baseboard temperature sensors from the IPMI result.
- A

Fixes for Test Baseboard Temperature Via IPMI

Changes:
- URI change to get sensor temperature readings from Redfish.
- Get all the Baseboard temperature sensors from the IPMI result.
- Added Thermal Metrics Variable in resource file.

Tested:
Ran test case successfully from sandbox.

Change-Id: I84bd19d569cd7f90b52e8bc625e8b3f2ad75be97
Signed-off-by: srichn28 <srichn28@in.ibm.com>

show more ...


# 4c7d446e 22-Aug-2022 srichn28 <srichn28@in.ibm.com>

Update IPMI test cases logic flow

Changes:
1. Verify CPU Present, CPU Not Present test cases
2. Use runtime sensor id values instead of hardcoding.
3. Changed redfish URIs to get CPU sta

Update IPMI test cases logic flow

Changes:
1. Verify CPU Present, CPU Not Present test cases
2. Use runtime sensor id values instead of hardcoding.
3. Changed redfish URIs to get CPU status.

These changes are dependent on gerrit:
https://gerrit.openbmc.org/c/openbmc/openbmc-test-automation/+/56589

Tested:
Tested both test cases from sandbox successfully.

Signed-off-by: srichn28 <srichn28@in.ibm.com>
Change-Id: I351276888df0c45bbbd9c793041b7d7583ed4cbe
Signed-off-by: srichn28 <srichn28@in.ibm.com>

show more ...


# a9df5401 17-Aug-2022 srichn28 <srichn28@in.ibm.com>

Added keywords to fix IPMI sensor testcases

Changes:
- Get Available Sensors
- Get Sensor Id For Sensor

Tested:
- Tested with /ipmi/test_ipmi_sensor.robot

Change-Id: Ic128ef2aebb6b288e

Added keywords to fix IPMI sensor testcases

Changes:
- Get Available Sensors
- Get Sensor Id For Sensor

Tested:
- Tested with /ipmi/test_ipmi_sensor.robot

Change-Id: Ic128ef2aebb6b288e3f0f7fe7fcdc7ff667a7e99
Signed-off-by: srichn28 <srichn28@in.ibm.com>

show more ...


# 187f1779 22-Aug-2022 Jorge Cisneros <jcisneros3@lenovo.com>

Replaced chassis with ${CHASSIS_ID}

- The chassis should be the variable ${CHASSIS_ID} like is
in others robot tests files.

Signed-off-by: Jorge Cisneros <jcisneros3@lenovo.com>
Change-Id: Iaa1d70

Replaced chassis with ${CHASSIS_ID}

- The chassis should be the variable ${CHASSIS_ID} like is
in others robot tests files.

Signed-off-by: Jorge Cisneros <jcisneros3@lenovo.com>
Change-Id: Iaa1d70808ea8c508df1cdcf6c46b8d28b6c44e15

show more ...


Revision tags: robotframework-requests
# 52eb7c21 11-Mar-2022 George Keishing <gkeishin@in.ibm.com>

DMTF redfish system path logic update in test suites

Changes:
- Dynamincally find the logical id and use

Resolves openbmc/openbmc-test-automation#2172

Change-Id: I9af1cc6a3ad4b7ad29270b9b80

DMTF redfish system path logic update in test suites

Changes:
- Dynamincally find the logical id and use

Resolves openbmc/openbmc-test-automation#2172

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

show more ...


# 6f395fd4 18-Aug-2021 George Keishing <gkeishin@in.ibm.com>

Add boot utils resource for using Redfish power on/off

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


Revision tags: v2.10-Hardknott
# 04d3c3d7 02-Jun-2021 Tim Lee <timlee660101@gmail.com>

ipmi sensor: fixd error reading ReadingCelsius

Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I4218f18a3d28310f4a5161e8a67cf

ipmi sensor: fixd error reading ReadingCelsius

Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I4218f18a3d28310f4a5161e8a67cf8b98e40f98e

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>


# d5f179e2 14-Jul-2020 George Keishing <gkeishin@in.ibm.com>

Update IPMI test case

Changes:
- Add code to dynamically load the PowerControl redfish URI.
- Adjust debug log and logging request in library.

Resolves openbmc/openb

Update IPMI test case

Changes:
- Add code to dynamically load the PowerControl redfish URI.
- Adjust debug log and logging request in library.

Resolves openbmc/openbmc-test-automation#2091

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

show more ...


# 50d12490 08-Jul-2020 George Keishing <gkeishin@in.ibm.com>

Update robot new syntax for accessing dictionary

Example:
Accessing variable items using '&{data}[MemberId]' syntax is deprecated.
Use '${data}[MemberId]' instead.

C

Update robot new syntax for accessing dictionary

Example:
Accessing variable items using '&{data}[MemberId]' syntax is deprecated.
Use '${data}[MemberId]' instead.

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

show more ...


Revision tags: v2.8.0-stable
# c69a3d38 10-Jun-2020 Sushma M M <sushmm99@in.ibm.com>

Added test to verify Sensor Threshold

Change-Id: Ia5e9d240dcce4255bae06336d89494a05a193983
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>


# 84e98d9b 15-Apr-2020 Sushma M M <sushmm99@in.ibm.com>

Fix For IPMI and Redfish Temperature difference

Change-Id: I07dd26c6c8ff374e13990ae7e6f0582cae2fd9ca
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>


# c4cabd5f 08-Apr-2020 Sushma M M <sushmm99@in.ibm.com>

Update documentation for IPMI sensor suite

Change-Id: I439d455e852c9832e88553f83a9e3db497fc8edc
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>


# 89882cee 31-Mar-2020 Sushma M M <sushmm99@in.ibm.com>

Added below IPMI sensor test cases

-Verify CPU Present
-Verify CPU Not Present
-Verify GPU Present
-Verify GPU Not Present

Change-Id: I4efd36cf35e730d24e

Added below IPMI sensor test cases

-Verify CPU Present
-Verify CPU Not Present
-Verify GPU Present
-Verify GPU Not Present

Change-Id: I4efd36cf35e730d24efc23e40136d9745b450e31
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...


# fd2f4281 18-Mar-2020 Sushma M M <sushmm99@in.ibm.com>

Replaced REST with Redfish for below IPMI Power Reading test case

- Test Power Reading Via IPMI Raw Command

Change-Id: I1dae323b03e23312700ea6e5609e9067c104f707
Signed-off-b

Replaced REST with Redfish for below IPMI Power Reading test case

- Test Power Reading Via IPMI Raw Command

Change-Id: I1dae323b03e23312700ea6e5609e9067c104f707
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...


12