History log of /openbmc/openbmc-test-automation/ipmi/ (Results 151 – 175 of 263)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e68cbfb312-Aug-2020 George Keishing <gkeishin@in.ibm.com>

Fix typo spelling in the test documentation

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

97fccae827-Jul-2020 Sushma M M <sushmm99@in.ibm.com>

Added waiting time for the tests

Changes:
- Added explicit wait 5s to allow user password to get set

Change-Id: I2242131487a16ad278f4b3ab122ac52a53f0512a
Signed-off-by: Sushma M M <sushmm99@in.i

Added waiting time for the tests

Changes:
- Added explicit wait 5s to allow user password to get set

Change-Id: I2242131487a16ad278f4b3ab122ac52a53f0512a
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...


/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/cp_post_boot
/openbmc/openbmc-test-automation/data/applytime_table.json
/openbmc/openbmc-test-automation/data/pldm_variables.py
/openbmc/openbmc-test-automation/gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/gui_test/access_control/test_obmc_gui_ldap.robot
/openbmc/openbmc-test-automation/gui/gui_test/access_control/test_obmc_gui_local_users.robot
/openbmc/openbmc-test-automation/gui/gui_test/control_menu/test_manage_power_usage_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/control_menu/test_reboot_bmc_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/control_menu/test_server_led_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/control_menu/test_server_power_operations_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/test_overview_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
/openbmc/openbmc-test-automation/gui/gui_test/server_health/test_obmc_gui_sensors.robot
test_ipmi_user.robot
/openbmc/openbmc-test-automation/lib/code_update_utils.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/dmtf_tools_utils.robot
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/network/test_bmc_dhcp_conf.robot
/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot
/openbmc/openbmc-test-automation/pldm/test_pldm_fru.robot
/openbmc/openbmc-test-automation/pldm/test_pldm_platform.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ipmi_redfish_user.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Usecase_Checkers.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_certificate.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_local_user.robot
/openbmc/openbmc-test-automation/redfish/extended/redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot
/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot
/openbmc/openbmc-test-automation/redfish/systems/test_power_operations.robot
/openbmc/openbmc-test-automation/security/test_bmc_expire_password.robot
/openbmc/openbmc-test-automation/tests/test_hardware_sensors.robot
5ddaf9b015-Jul-2020 Jayashree-D <jayashree-d@hcl.com>

Add case_insensitive parameter, underscore and lowercase letters to
regex pattern

Changes:
- Add "_" underscore in regex expression
- Add case_insensitive parameter to regex filtering SDR

Add case_insensitive parameter, underscore and lowercase letters to
regex pattern

Changes:
- Add "_" underscore in regex expression
- Add case_insensitive parameter to regex filtering SDR info
- Add lowercase letters "a-z" in regex expression
Example:
"/xyz/openbmc_project/inventory/system/chassis/motherboard/CPU_0"
"/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0

Signed-off-by: Jayashree-D <jayashree-d@hcl.com>
Change-Id: Ic647451c6e8aaaebd097a323aee0c8023a9c51ed

show more ...

d5f179e214-Jul-2020 George Keishing <gkeishin@in.ibm.com>

Update IPMI test case

Changes:
- Add code to dynamically load the PowerControl redfish URI.
- Adjust debug log and logging request in library.

Resolves openbmc/openbmc-test-automation#2091

Update IPMI test case

Changes:
- Add code to dynamically load the PowerControl redfish URI.
- Adjust debug log and logging request in library.

Resolves openbmc/openbmc-test-automation#2091

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

show more ...

50d1249008-Jul-2020 George Keishing <gkeishin@in.ibm.com>

Update robot new syntax for accessing dictionary

Example:
Accessing variable items using '&{data}[MemberId]' syntax is deprecated.
Use '${data}[MemberId]' instead.

Change-Id: I8b495d423d62a

Update robot new syntax for accessing dictionary

Example:
Accessing variable items using '&{data}[MemberId]' syntax is deprecated.
Use '${data}[MemberId]' instead.

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

show more ...

1ee5332106-Jul-2020 Anves Kumar rayankula <anvesr77@in.ibm.com>

Fixed coding issues in below keyword and test case

1.Suite Setup Execution.
2.Disable VLAN Via IPMI When Multiple VLAN Exist On BMC.

Change-Id: Id036ca213ac3af759c9fadc5216b1e6783be3cec
Signed-off-

Fixed coding issues in below keyword and test case

1.Suite Setup Execution.
2.Disable VLAN Via IPMI When Multiple VLAN Exist On BMC.

Change-Id: Id036ca213ac3af759c9fadc5216b1e6783be3cec
Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>

show more ...

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

c69a3d3810-Jun-2020 Sushma M M <sushmm99@in.ibm.com>

Added test to verify Sensor Threshold

Change-Id: Ia5e9d240dcce4255bae06336d89494a05a193983
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>


/openbmc/openbmc-test-automation/data/Witherspoon.py
/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/docs/openbmc_test_tools.md
/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot
/openbmc/openbmc-test-automation/extended/code_update/code_update_utils.robot
/openbmc/openbmc-test-automation/extended/standby_bmc.robot
/openbmc/openbmc-test-automation/extended/test_slp.robot
/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_firmware_update.robot
test_ipmi_sensor.robot
/openbmc/openbmc-test-automation/lib/bmc_cleanup.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.robot
/openbmc/openbmc-test-automation/lib/code_update_utils.py
/openbmc/openbmc-test-automation/lib/code_update_utils.robot
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/connection_client.robot
/openbmc/openbmc-test-automation/lib/dump_utils.robot
/openbmc/openbmc-test-automation/lib/fan_utils.robot
/openbmc/openbmc-test-automation/lib/gen_call_robot.py
/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py
/openbmc/openbmc-test-automation/lib/gen_print.py
/openbmc/openbmc-test-automation/lib/ipmi_client.robot
/openbmc/openbmc-test-automation/lib/logging_utils.robot
/openbmc/openbmc-test-automation/lib/obmc_boot_test.py
/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot
/openbmc/openbmc-test-automation/lib/rest_client.robot
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_savearea_management.robot
/openbmc/openbmc-test-automation/openpower/ras/ras_utils.robot
/openbmc/openbmc-test-automation/openpower/ras/test_sanity.robot
/openbmc/openbmc-test-automation/openpower/ras/test_sanity_ecmd.robot
/openbmc/openbmc-test-automation/pldm/test_pldm_platform.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot
/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_JsonSchema_ResponseValidator.robot
/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_certificate.robot
/openbmc/openbmc-test-automation/redfish/extended/redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/redfish/extended/test_basic_ci.robot
/openbmc/openbmc-test-automation/redfish/extended/test_bmc_dump.robot
/openbmc/openbmc-test-automation/redfish/extended/test_remote_logging.robot
/openbmc/openbmc-test-automation/redfish/extended/test_software_manager.robot
/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot
/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot
/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot
/openbmc/openbmc-test-automation/redfish/systems/test_boot_devices.robot
/openbmc/openbmc-test-automation/redfish/systems/test_power_operations.robot
/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot
/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon
/openbmc/openbmc-test-automation/tests/__init__.robot
/openbmc/openbmc-test-automation/tests/test_hardware_sensors.robot
/openbmc/openbmc-test-automation/tests/test_ledgroup.robot
bd0fcfc609-Jun-2020 Sushma M M <sushmm99@in.ibm.com>

Fix for power supply test failure

Changes made:
- IPMI's Board Product field is not mapped to any Redfish inventory field. Hence it is removed.
- Add a check to verify IPMI fru field presence be

Fix for power supply test failure

Changes made:
- IPMI's Board Product field is not mapped to any Redfish inventory field. Hence it is removed.
- Add a check to verify IPMI fru field presence before comparing it with Redfish field.

Change-Id: I4c69f244ccc3d98612f35b31616bf20ba6fe3aee
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...

b49853c403-Jun-2020 Tony Lee <tony.lee@quantatw.com>

Fixed the IPMI command that should run external only

Command Set Session Privilege Level should run external only.

Change-Id: I555e75b07d5a01b8fbcab4b037ee5a5fc6459096
Signed-off-by: Tony Lee <tony

Fixed the IPMI command that should run external only

Command Set Session Privilege Level should run external only.

Change-Id: I555e75b07d5a01b8fbcab4b037ee5a5fc6459096
Signed-off-by: Tony Lee <tony.lee@quantatw.com>

show more ...

86fd673003-Jun-2020 Tony Lee <tony.lee@quantatw.com>

Fixed missing parameter when using ipmi user summary

When execute inband command ipmitool user summary
it will return 'IPMI command failed: Unknown (0x82)'
Because it missing a parameter <channel nu

Fixed missing parameter when using ipmi user summary

When execute inband command ipmitool user summary
it will return 'IPMI command failed: Unknown (0x82)'
Because it missing a parameter <channel number>
User Commands:
summary [<channel number>]

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: I3b37995eb6150e870495ae16de9271cc8bd0341b

show more ...

8e25b8f006-Apr-2020 Anvesh Kumar Rayankula <anvesr77@in.ibm.com>

Modified suite setup and Added TC 'Create Multiple VLANs Via IPMI And Verify'

Change-Id: I65ff199cbb4374c46f06f45c7f2a00ffbc47664f
Signed-off-by: Anvesh Kumar Rayankula <anvesr77@in.ibm.com>

e4a7549c13-May-2020 George Keishing <gkeishin@in.ibm.com>

Add IPMI client resource import

Parent suite setup failed:
No keyword with name 'Run IPMI Standard Command' found.

Change-Id: Ie110e4837336944074c7585c178f0e7461cf4d67
Signed-off-by: George Keis

Add IPMI client resource import

Parent suite setup failed:
No keyword with name 'Run IPMI Standard Command' found.

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

show more ...

5e73552213-May-2020 Tony Lee <tony.lee@quantatw.com>

Add missing tags to suite test_ipmi_network_verificaton

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: I286590f8b1c298fcf833b7a127c202ac9c6dfa79

21e5d90527-Apr-2020 Tony Lee <tony.lee@quantatw.com>

Enabled sensor number option in SEL add

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: Ifa9de373601a6859d684997bd8c56cf7dfa3b734

8f254b5323-Apr-2020 Sushma M M <sushmm99@in.ibm.com>

Adding FRU test case for powersupply component

Change-Id: Ieb461e12d71715701da490e50f0ade2bba12f961
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

6c998f7509-Mar-2020 Tony Lee <tony.lee@quantatw.com>

Added tests for IPMI payload commands

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: I1396ea72feed442882685fb3d3c45eab8156efc0

84e98d9b15-Apr-2020 Sushma M M <sushmm99@in.ibm.com>

Fix For IPMI and Redfish Temperature difference

Change-Id: I07dd26c6c8ff374e13990ae7e6f0582cae2fd9ca
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

c4cabd5f08-Apr-2020 Sushma M M <sushmm99@in.ibm.com>

Update documentation for IPMI sensor suite

Change-Id: I439d455e852c9832e88553f83a9e3db497fc8edc
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

e354c1c009-Mar-2020 Anvesh Kumar Rayankula <anvesr77@in.ibm.com>

Added testcase when LAN and VLAN exist with IP address

Change-Id: Ida40c6eb1646f1b08c2a37871636e20e47d81391
Signed-off-by: Anvesh Kumar Rayankula <anvesr77@in.ibm.com>

89882cee31-Mar-2020 Sushma M M <sushmm99@in.ibm.com>

Added below IPMI sensor test cases

-Verify CPU Present
-Verify CPU Not Present
-Verify GPU Present
-Verify GPU Not Present

Change-Id: I4efd36cf35e730d24efc23e40136d9745b450e31
Signe

Added below IPMI sensor test cases

-Verify CPU Present
-Verify CPU Not Present
-Verify GPU Present
-Verify GPU Not Present

Change-Id: I4efd36cf35e730d24efc23e40136d9745b450e31
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...

c03c8e2125-Mar-2020 Tony Lee <tony.lee@quantatw.com>

Add case to test Get Lan Configuration Parameters

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: I2d81b5b54906b19afee79dd11c4352d7cde6acf7

fd2f428118-Mar-2020 Sushma M M <sushmm99@in.ibm.com>

Replaced REST with Redfish for below IPMI Power Reading test case

- Test Power Reading Via IPMI Raw Command

Change-Id: I1dae323b03e23312700ea6e5609e9067c104f707
Signed-off-by: Sushma M M <sushm

Replaced REST with Redfish for below IPMI Power Reading test case

- Test Power Reading Via IPMI Raw Command

Change-Id: I1dae323b03e23312700ea6e5609e9067c104f707
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...

94f1a6c924-Mar-2020 Tony Lee <tony.lee@quantatw.com>

Added a test to verify set invalid session privilege level

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: I42b4c58a9685dc3acc7e39a093d57f641a800dc3

85dbd9c620-Mar-2020 Sushma M M <sushmm99@in.ibm.com>

Replaced REST with Redfish for IPMI Baseboard temperature test case

Change-Id: I36c924e3dee54be9df765ba78075d423454d3eaa
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

1234567891011