History log of /openbmc/openbmc-test-automation/openpower/pel/test_bmc_pel.robot (Results 1 – 25 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 54424984 24-Jan-2025 Sridevi Ramesh <sridevra@in.ibm.com>

Fix for PEL test case failure

Changes:
Need to assign argument name for parse_json value in peltool()

Tested:
Executed PEL test suite on BMC environment

Change-Id: I59a7048f37bf6ff30d164b1b145d62d

Fix for PEL test case failure

Changes:
Need to assign argument name for parse_json value in peltool()

Tested:
Executed PEL test suite on BMC environment

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

show more ...


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


# caf6bd13 15-May-2024 manashsarma <manashsarma@in.ibm.com>

Fix peltool automation testcase

Changes:
- Modified testcase

Tested:
- Ran the testcase from sandbox successfully.

Change-Id: Ia5d479694938c30a936e83d095444e790706f614
Signed-off-by: ma

Fix peltool automation testcase

Changes:
- Modified testcase

Tested:
- Ran the testcase from sandbox successfully.

Change-Id: Ia5d479694938c30a936e83d095444e790706f614
Signed-off-by: manashsarma <manashsarma@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 ...


# f3bbd1b0 27-Oct-2023 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for Verify PEL Log Not Offloaded To Host

Changes:

- Wait For Host To Ping not required at host off state.
Made it only for host on case.
Tested:

- Ran above test case from sandbo

Fix for Verify PEL Log Not Offloaded To Host

Changes:

- Wait For Host To Ping not required at host off state.
Made it only for host on case.
Tested:

- Ran above test case from sandbox successfully.

Change-Id: I94eebe90e1868f6be9faceefd7379a068e1c584c
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# 7c32f30f 10-Oct-2023 George Keishing <gkeishin@in.ibm.com>

openpower: Update test suite Force tags as per standard

Changes:
- Update Tags names for the test suite

Note: Refer CONTRIBUTING.md for under Tags section
documentation.

Tested:
- NA

openpower: Update test suite Force tags as per standard

Changes:
- Update Tags names for the test suite

Note: Refer CONTRIBUTING.md for under Tags section
documentation.

Tested:
- NA

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

show more ...


# b75a8558 07-Sep-2023 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for Verify_PEL_Log_Offloaded_To_Host

Changes:
- Added Wait For Host To Ping and increased the time
for PEL to get Acked.
Tested:
- Ran testcase from the sandbox successfully.

Chan

Fix for Verify_PEL_Log_Offloaded_To_Host

Changes:
- Added Wait For Host To Ping and increased the time
for PEL to get Acked.
Tested:
- Ran testcase from the sandbox successfully.

Change-Id: I3fbce1b6fe00f6a36f3131d253a39d6ff2dd94a9
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# 58a4f718 27-Jun-2023 George Keishing <gkeishin@in.ibm.com>

Fix code syntax error in test

Changes:
- Fix spacing between sleep and AND operator

Tested:
- NA

Change-Id: I2c8b5edd7d8b8dfdbb6f0450d074e0192297898e
Signed-off-by: George Keishing <gkeishin@

Fix code syntax error in test

Changes:
- Fix spacing between sleep and AND operator

Tested:
- NA

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

show more ...


# 01cea4a9 08-May-2023 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for Verify_PEL_Log_Entry_For_Event_Log
Changes:

- Removed the milliseconds from timestamp since its not showing in vpd-tool
Tested:

- Ran testcase successfully from sandbox.

Change-Id:

Fix for Verify_PEL_Log_Entry_For_Event_Log
Changes:

- Removed the milliseconds from timestamp since its not showing in vpd-tool
Tested:

- Ran testcase successfully from sandbox.

Change-Id: Ib2dcfad08b3fe2faad31367df05d267915ae9fe4
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# a861e14c 15-Feb-2023 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for Verify PEL Log Offloaded To Host

Changes:
- Increased the wait time for PEL log to get acknowledge
from HOST.
- Changed the order of testcase this test got effected
due t

Fix for Verify PEL Log Offloaded To Host

Changes:
- Increased the wait time for PEL log to get acknowledge
from HOST.
- Changed the order of testcase this test got effected
due to poweroff in the Verify PEL Log Not Offloaded To Host.

Tested:
- Ran testcase successfully from sandbox.

Change-Id: I69ebac279f78c19878bf2a67fb2b769a4cf470a4
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# 0d930e9e 25-Jan-2023 George Keishing <gkeishin@in.ibm.com>

Clean up documentation and shortened exceeding code limit

Changes:
- Typo fixes in test documentation.
- Remove trailing whitespace in code
- Arrange longer line test code

Tested:
-

Clean up documentation and shortened exceeding code limit

Changes:
- Typo fixes in test documentation.
- Remove trailing whitespace in code
- Arrange longer line test code

Tested:
- NA

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

show more ...


# 19794f05 20-Dec-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for error logs test cases

Changes:

- Cleared error logs after system power on
- Increased the wait time for PEL log to get acknowledge
from HOST

Tested:

- Ran test cases suc

Fix for error logs test cases

Changes:

- Cleared error logs after system power on
- Increased the wait time for PEL log to get acknowledge
from HOST

Tested:

- Ran test cases successfully from openpower/pel/test_bmc_pel.robot

Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>
Change-Id: I20c4f4b48837b9273be0ed4410443f2c8e5a68ee

show more ...


# b50aa77b 15-Dec-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Added a test case to verify host on state from PEL

Changes:

- Added one test case to verify host on state from PEL.
Tested:

- Ran above test case from sandbox successfully.

Change-Id: I55

Added a test case to verify host on state from PEL

Changes:

- Added one test case to verify host on state from PEL.
Tested:

- Ran above test case from sandbox successfully.

Change-Id: I5575b69603ec254b530006c2c777d18f21e494dc
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# cec17c7d 13-Dec-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for PEL test suite

Changes:
- Added Redfish Purge Event Log to avoid unnecessarily
error logs during the test.

Tested:
- Ran the test from the sandbox successfully.

Change-Id: Ib

Fix for PEL test suite

Changes:
- Added Redfish Purge Event Log to avoid unnecessarily
error logs during the test.

Tested:
- Ran the test from the sandbox successfully.

Change-Id: Ib6b0878363c6b4fe3b050d23710dee4b32d3d6bd
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# 789c8021 18-Nov-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Added new testcases for error logs

Changes:

-Added Verify_PEL_Log_Not_Offloaded_To_Host.
-Added Verify_PEL_Log_Offloaded_To_Host.

Tested:

- Ran successfully /openpower/pel/test_bmc_p

Added new testcases for error logs

Changes:

-Added Verify_PEL_Log_Not_Offloaded_To_Host.
-Added Verify_PEL_Log_Offloaded_To_Host.

Tested:

- Ran successfully /openpower/pel/test_bmc_pel.robot.

Change-Id: Id228b7856ccd99b09e9f310116b0b67e1904dbfb
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# d395d468 11-Nov-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for FRU callout testcase

Changes:
- Added Redfish power off at the start to avoid
unnecessary error logs during test.
Tested:
- Ran Verify FRU Callout test case from the sandbox su

Fix for FRU callout testcase

Changes:
- Added Redfish power off at the start to avoid
unnecessary error logs during test.
Tested:
- Ran Verify FRU Callout test case from the sandbox successfully.

Change-Id: I88f541d53396ed3ed40498342f54bf00dd491c87
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# 819be78f 07-Nov-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Added a test case to Verify_Mandatory_Fields_For_Informational_Error

Changes: - Added one test case to Verify Mandatory Fields For Informational Error
Tested: - Ran Verify_Mandatory_Fields_For_Infor

Added a test case to Verify_Mandatory_Fields_For_Informational_Error

Changes: - Added one test case to Verify Mandatory Fields For Informational Error
Tested: - Ran Verify_Mandatory_Fields_For_Informational_Error testcase from the sandbox successfully.
Change-Id: I8b0153c2239c774feddfd9a50f5ad3bc39a4521c
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# fe690af5 18-Oct-2022 dnirmala <dhurgam.nirmala1@ibm.com>

Added a test case to verify the predictive error log format

Changes:
- Added one test case to verify the predictive error log format
Tested:
- Ran Verify_Mandatory_Fields_For_Predictive_Erro

Added a test case to verify the predictive error log format

Changes:
- Added one test case to verify the predictive error log format
Tested:
- Ran Verify_Mandatory_Fields_For_Predictive_Errortest cases from the sandbox successfully.

Change-Id: Iba1438764f866da9700d11c05600b82a5570ed29
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...


# 952bad1d 19-Oct-2022 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for Verify_Error_Logging_Rotation_Policy_With_HOST_Error_Logs test

Changes:
- Added a missing check for informational HOST error log

Tested:
- Ran above test cases from sandbox successf

Fix for Verify_Error_Logging_Rotation_Policy_With_HOST_Error_Logs test

Changes:
- Added a missing check for informational HOST error log

Tested:
- Ran above test cases from sandbox successfully

Change-Id: Id98b82ac82dec8a4e7886e1606d5fb5244f5d6c9
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

show more ...


# 6beaeab1 29-Aug-2022 George Keishing <gkeishin@in.ibm.com>

PEL 401 HTTP response

Changes:
- Add redfish login to the keyword before purging error logs

Tested:
Tested openpower/pel/test_bmc_pel.robot

Change-Id: I72ec52dfebbfc8eced9610406393a14b6e7629

PEL 401 HTTP response

Changes:
- Add redfish login to the keyword before purging error logs

Tested:
Tested openpower/pel/test_bmc_pel.robot

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

show more ...


Revision tags: robotframework-requests
# 71d589c9 22-Apr-2022 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for Verify_PEL_Log_Entry_For_Event_Log test case

Replaced internal failure error command with unrecoverable error
generation command.

Change-Id: I449c67e1eab85a3d18d1bb72d03be94781eb8ccc
Signed

Fix for Verify_PEL_Log_Entry_For_Event_Log test case

Replaced internal failure error command with unrecoverable error
generation command.

Change-Id: I449c67e1eab85a3d18d1bb72d03be94781eb8ccc
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

show more ...


# c91aadd2 23-Feb-2022 George Keishing <gkeishin@in.ibm.com>

Fix typo in test documentation

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


# 4203fad2 31-Jan-2022 George Keishing <gkeishin@in.ibm.com>

Fix test case tag names for openpower directory

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


# 40ade897 20-Dec-2021 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Corrected message check for PEL logs

Change-Id: I03d890d947e7ae2146d2f5f4fee00f33bceb2cd3
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>


123