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


# 42c84ea5 07-Sep-2023 George Keishing <gkeishin@in.ibm.com>

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:

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: Ica7afcdfead250c98f636b5442cbf4f68849fc67
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


# 2fe6d9ed 25-May-2023 Nagarjun B <nagarjunb@ami.com>

Script fix in ipmi SOL script

Changed Should Match to Should Match Regexp in one of the keyword
So that it will match the pattern given in variable
${SOL_BIOS_OUTPUT} and ${SOL_LOGIN_OUTPUT}

Teste

Script fix in ipmi SOL script

Changed Should Match to Should Match Regexp in one of the keyword
So that it will match the pattern given in variable
${SOL_BIOS_OUTPUT} and ${SOL_LOGIN_OUTPUT}

Tested:
Ran robot ipmi/test_ipmi_sol.robot

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

show more ...


# cbfcd725 24-Nov-2022 ganesanb <ganesanb@ami.com>

SOL:Removed hardcoded values of verifying host reboot contents

Changes:
- Removed hardcoded value and re-used ${SOL_BIOS_OUTPUT}
and ${SOL_LOGIN_OUTPUT} variable
which was already us

SOL:Removed hardcoded values of verifying host reboot contents

Changes:
- Removed hardcoded value and re-used ${SOL_BIOS_OUTPUT}
and ${SOL_LOGIN_OUTPUT} variable
which was already used in script for verifying host
reboot content.

Tested:
- Ran Successfully ipmi/test_ipmi_sol.robot

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

show more ...


Revision tags: robotframework-requests
# 0f0bd53e 05-Apr-2022 chithrag <chithrag@ami.com>

Modification of SOL activate Console output

Testcase Modified:
- Verify_SOL_During_Boot

Added two variable names ${SOL_BIOS_OUTPUT} for BIOS screen content output and ${SOL_LOGIN_OUTPUT} for Logi

Modification of SOL activate Console output

Testcase Modified:
- Verify_SOL_During_Boot

Added two variable names ${SOL_BIOS_OUTPUT} for BIOS screen content output and ${SOL_LOGIN_OUTPUT} for Login prompt content output.

The variables are defined under lib/resource.robot

Added time to Check IPMI SOL Output Content, i.e, 10 mins for BIOS content and 15 mins for Login prompt content.

Added IPMI Power ON at Test Teardown for making chassis Power on.

Tested: Run robot ipmi/test_ipmi_sol.robot

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

show more ...


# dc5679e2 01-Mar-2022 chithrag <chithrag@ami.com>

Added new testcases for SOL support in test_ipmi_sol.robot file.

Testcases Added -
- Verify SOL Payload Channel,
- Verify SOL Payload Port,
- Set Valid SOL Non Volatile Bit Rate,
- Set Invalid SOL N

Added new testcases for SOL support in test_ipmi_sol.robot file.

Testcases Added -
- Verify SOL Payload Channel,
- Verify SOL Payload Port,
- Set Valid SOL Non Volatile Bit Rate,
- Set Invalid SOL Non Volatile Bit Rate,
- Set Valid SOL Volatile Bit Rate,
- Set Invalid SOL Volatile Bit Rate,
- Verify SOL Set In Progress

Added SOL response data in data/ipmi_raw_cmd_table.py

Tested: Run robot ipmi/test_ipmi_sol.robot

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

show more ...


# 26206721 17-Nov-2021 George Keishing <gkeishin@in.ibm.com>

IPMI SOL log file path default

Changes:
- Default the SOL in user execution directory logs/
- Update Power on and off to use IPMI methods

This changes is to avoid leaving files under /tmp/ wh

IPMI SOL log file path default

Changes:
- Default the SOL in user execution directory logs/
- Update Power on and off to use IPMI methods

This changes is to avoid leaving files under /tmp/ which will
eventually flush on the reboot but user using server running
the test hardly reboot the system. The existing scheme works
ok if running on local or docker instances but still not a
good idea to dump onto /tmp/.

Resolves openbmc/openbmc-test-automation#2132

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

show more ...


Revision tags: v2.10-Hardknott
# e6aa96b8 23-Mar-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

SoL tests: skip power operations when they aren't needed

Skip 'Redfish Hard Power Off' command if a system is
already in the powered off state.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmai

SoL tests: skip power operations when they aren't needed

Skip 'Redfish Hard Power Off' command if a system is
already in the powered off state.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: Ic468f66e3bb44e7239b8e87c5295fc3f40bdd69c

show more ...


Revision tags: v2.8.0-stable
# ab209cdd 01-Jul-2020 Sushil Singh <susilsi7@in.ibm.com>

Address issue for deprecated syntax

Change from :FOR to FOR/END to address a new WARNING in
the new robot version.

Sample warning message as mention below.

FOR loop starting on line 26: For loop h

Address issue for deprecated syntax

Change from :FOR to FOR/END to address a new WARNING in
the new robot version.

Sample warning message as mention below.

FOR loop starting on line 26: For loop header
': FOR' is deprecated. Use 'FOR' instead.

Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
Change-Id: I1720b3c7e6fbbafda3fca6f91edf97c80fdd9f41

show more ...


# c3a0bb71 12-Feb-2020 Anusha Dathatri <adathatr@in.ibm.com>

Added testcase to continuously activate and deactivate SOL

Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
Change-Id: Ib1d38ef8987bdf39d0cf02eccde5c01b6b39a9ae


# e053d34b 25-Oct-2019 George Keishing <gkeishin@in.ibm.com>

Fix SOL test use cases

Changes:
- Improve time wait on SOL data by organizing test power off
strategy.
- organize test teardown restore policies.

Change-Id: I68f94e11d46859632b0161c32a62

Fix SOL test use cases

Changes:
- Improve time wait on SOL data by organizing test power off
strategy.
- organize test teardown restore policies.

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

show more ...


# 46ea5759 15-Oct-2019 George Keishing <gkeishin@in.ibm.com>

Work around fix for IPMI SOL core dump

Known ipmitool bug https://github.com/ipmitool/ipmitool/issues/146
if the host is booted and IPMI SOL is activated, the next power off
request will cause ipmit

Work around fix for IPMI SOL core dump

Known ipmitool bug https://github.com/ipmitool/ipmitool/issues/146
if the host is booted and IPMI SOL is activated, the next power off
request will cause ipmitool to core dump.

This is a clean fix to test the SOL feature for host booting.

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

show more ...


# c0e91eca 27-Aug-2019 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Retry IPMI external command on failure

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


Revision tags: v2.7-warrior-stable
# 60b5e613 05-Jul-2019 George Keishing <gkeishin@in.ibm.com>

IPMI SOL power on test update to redfish

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


# 6f88c5e2 03-Jul-2019 George Keishing <gkeishin@in.ibm.com>

Fix UnicodeDecodeError error while getting content from SOL

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


# d6bc1c1c 08-Mar-2019 George Keishing <gkeishin@in.ibm.com>

Update IPMI test to use Redfish power on

Changes:
- renamed: tests/ipmi/test_sdr.robot -> ipmi/test_ipmi_sdr.robot
- renamed: ipmi/test_sol.robot -> ipmi/test_ipmi_sol.robot

Many of the RES

Update IPMI test to use Redfish power on

Changes:
- renamed: tests/ipmi/test_sdr.robot -> ipmi/test_ipmi_sdr.robot
- renamed: ipmi/test_sol.robot -> ipmi/test_ipmi_sol.robot

Many of the REST sensors won't be ready, so continuing with whatever
currently it has.

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

show more ...