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


# 372cd862 14-Nov-2023 ishwaryamathim <ishwaryamm@ami.com>

IPMI/DCMI: Modified script based on user input

Changes:
    - Modified script based on user input
Tested:
    - Ran ipmi/ and ipmi/dcmi

Change-Id: Ic9d6e29ae199cffb6009e6718ae499293c319c96
Signed-o

IPMI/DCMI: Modified script based on user input

Changes:
    - Modified script based on user input
Tested:
    - Ran ipmi/ and ipmi/dcmi

Change-Id: Ic9d6e29ae199cffb6009e6718ae499293c319c96
Signed-off-by: Ishwarya Mathi M <ishwaryamm@ami.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 ...


# bd187d2b 03-May-2023 ganesanb <ganesanb@ami.com>

IPMI: Device ID Script Fix

Changes:
- Created python function to get major version and minor version in list from cat /etc/os-release command
- Sometimes in cat /etc/os-release command aux v

IPMI: Device ID Script Fix

Changes:
- Created python function to get major version and minor version in list from cat /etc/os-release command
- Sometimes in cat /etc/os-release command aux version will not present.
- Hence handled code to validate auxillary version from ipmi response against aux version from "/usr/share/ipmi-providers/dev_id.json" file

Tested:
- Ran ipmi/test_ipmi_device_id.robot Successfully

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

show more ...


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

IPMI: Moved resource ../lib/ipmi_client.robot line to the first line on settings section.

Issue Faced:
- While running script individually if ipmi_client robot resource was not on first line

IPMI: Moved resource ../lib/ipmi_client.robot line to the first line on settings section.

Issue Faced:
- While running script individually if ipmi_client robot resource was not on first line
in the settings section on the script then arguments from resource.robot are not passing
to the keywords while framing the ipmi commands.

Changes:
- Moved resource ../lib/ipmi_client.robot to the first line on settings section in few scripts.

Tested:
- Ran All The Scripts Successfully

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

show more ...


Revision tags: robotframework-requests
# 8a17c49c 01-Mar-2022 chithrag <chithrag@ami.com>

Added New script for IPMI Get Device ID command

This script verifies Get Device ID IPMI command and its response data bytes.

Request Data for Get Device ID given in data\ipmi_raw_cmd_table.py

Resp

Added New script for IPMI Get Device ID command

This script verifies Get Device ID IPMI command and its response data bytes.

Request Data for Get Device ID given in data\ipmi_raw_cmd_table.py

Response data validated for each and every byte, with respect to expected response.

Following data validated in response bytes :
- Device ID
- Device Revision
- Firmware Revision 1 & 2
- IPMI Version
- Manufacture ID
- Product ID
- Auxiliary Firmware Revision Information

Testcases added :
- Get Device ID Via IPMI
- Verify Get Device ID With Invalid Data Request
- Verify Device ID Response Data Via IPMI

Tested: Run robot ipmi/test_ipmi_device_id.robot

Signed-off-by: chithrag <chithrag@ami.com>
Change-Id: Ic024c2ea8ceb1f0a7842260266495fcdbfa8f01c

show more ...