History log of /openbmc/openbmc-test-automation/ipmi/test_get_bios_post_code.robot (Results 1 – 8 of 8)
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 ...


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


# 52d5ea53 28-Apr-2023 ganesanb <ganesanb@ami.com>

IPMI Bios Post Code Script Modifications

Changes:
- IPMI Chassis Status Was On was moved to suite setup IPMI Power On.
- IPMI Power On was added on suite teardown also to make sure that chassis wa

IPMI Bios Post Code Script Modifications

Changes:
- IPMI Chassis Status Was On was moved to suite setup IPMI Power On.
- IPMI Power On was added on suite teardown also to make sure that chassis was powered on after script completes.
- Modified Power cycle Test Case in such way that once host ip was reachable after that only ipmi bios post command will be issued.
- Modified Power off Test Case in such way that once host ip went unreachable after that only ipmi bios post command will be issued.

Tested:
- Ran All The Scripts Successfully

Change-Id: I1389c417f78652f3e6f99de597edd988d194c1ca
Signed-off-by: ganesanb <ganesanb@ami.com>

show more ...


# e16f158f 15-Dec-2022 George Keishing <gkeishin@in.ibm.com>

Test documentation typo fixes using codespell tool

Changes:
- Fix typo in code documentation and test name

Tested: - Using codespell tool.

Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c8895

Test documentation typo fixes using codespell tool

Changes:
- Fix typo in code documentation and test name

Tested: - Using codespell tool.

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

show more ...


Revision tags: robotframework-requests
# 92a81057 03-Jun-2022 leet <leet@ami.com>

Add fail_on_err=0 To Run_IPMI_Standard_Command When Expecting Error

Add fail_on_err=0 To Run_IPMI_Standard_Command in line 58
in test_get_bios_post_code.robot in order to prevent test case
failure w

Add fail_on_err=0 To Run_IPMI_Standard_Command When Expecting Error

Add fail_on_err=0 To Run_IPMI_Standard_Command in line 58
in test_get_bios_post_code.robot in order to prevent test case
failure when expecting an error response code

Signed-off-by: Lee Tarlton <leet@ami.com>
Change-Id: Ie7f21bbe71ffbb7650e17c8a063b121ffdf4e96e

show more ...


# 666ceaa4 16-Feb-2022 leet <leet@ami.com>

Add Power Cycle for IPMI Get BIOS POST Code command

Add power cycle step for test Test Get BIOS POST Code
via IPMI Raw Command After Power Cycle.
This command was accidently left out.
Change for lon

Add Power Cycle for IPMI Get BIOS POST Code command

Add power cycle step for test Test Get BIOS POST Code
via IPMI Raw Command After Power Cycle.
This command was accidently left out.
Change for longer host_reboot_time, and power host
back on at end of test suite.

Signed-off-by: Lee Tarlton <leet@ami.com>
Change-Id: I10cb5207d84d99d1281257013c865cf1fbc3aeb6

show more ...


# e94e5401 19-Jan-2022 Nagarjun <nagarjunb@ami.com>

Rebased for IPMI Get BIOS POST Code

New script for IPMI Get BIOS POST Code command

Add new script for retrieving BIOS POST codes via IPMI interface.
The script tests the command while Host is power

Rebased for IPMI Get BIOS POST Code

New script for IPMI Get BIOS POST Code command

Add new script for retrieving BIOS POST codes via IPMI interface.
The script tests the command while Host is powered on, after a
Host power cycle, and after a Host power off.

Note: The power off test case fails since in the test image
for this feature, chassis power off is not implemented. Also, lanplus
is not working with the test image.

Test results uploaded in the MR.

Signed-off-by: Nagarjun <nagarjunb@ami.com>
Change-Id: I7c5c58e9822d3c39b427767b325a8a673a15b6ec

show more ...