Revision tags: v5.0-stable |
|
#
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 ...
|
Revision tags: v4.0-stable |
|
#
07958e19 |
| 26-Apr-2023 |
ganesanb <ganesanb@ami.com> |
Removed unicode character from dbus uri
Changes: - Remove unicode character such as `- and |- from dbus uri for introspecting dbus
Tested: - Ran All The Scripts Successfully
Change-Id: I2
Removed unicode character from dbus uri
Changes: - Remove unicode character such as `- and |- from dbus uri for introspecting dbus
Tested: - Ran All The Scripts Successfully
Change-Id: I20dd85a3825624f38a40040d6e4a208f0c38781f Signed-off-by: ganesanb <ganesanb@ami.com>
show more ...
|
Revision tags: robotframework-requests |
|
#
c288affe |
| 19-May-2022 |
ganesanb <ganesanb@ami.com> |
Changes in ipmi/test_ipmi_fru_device.robot
Added Following Test Case
- Read Fru Device configuration - Verify Get FRU Inventory Area Info - Verify Get FRU Inventory Area Info For Invalid Device
Changes in ipmi/test_ipmi_fru_device.robot
Added Following Test Case
- Read Fru Device configuration - Verify Get FRU Inventory Area Info - Verify Get FRU Inventory Area Info For Invalid Device Data - Verify Get FRU Inventory Area Info For Invalid Data Request - Verify IPMI Write FRU Data - Verify IPMI Write FRU Data With BMC Reboot
Functions required are defined under lib/bmc_dbus.robot, lib/ipmi_client.robot and lib/utils.py
Request data for fru data present in data/ipmi_raw_cmd_table.py.
Read Fru Device configuration - Validates each ipmi fru device data with corresponding dbus data.
Verify Get FRU Inventory Area Info - Validates fru inventory byte size with ipmi read fru count returned.
Verify Get FRU Inventory Area Info For Invalid Device Data - Validates the response of inventory fru area info command with invalid device id.
Verify Get FRU Inventory Area Info For Invalid Data Request - Validates the response of inventory fru area info command with invalid request data by giving extra bytes.
Verify IPMI Write FRU Data - Verify write fru data with the response returned with read fru data after data is written.
Verify IPMI Write FRU Data With BMC Reboot - Verify the response of read fru data after the bmc is rebooted once the data is written to the fru device.
Signed-off-by: ganesanb <ganesanb@ami.com> Change-Id: I2ea51ad51512ecbcc4036e2d2593cafaa40a2d3c
show more ...
|