History log of /openbmc/openbmc-test-automation/lib/ (Results 426 – 450 of 1622)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e187964a09-Dec-2020 George Keishing <gkeishin@in.ibm.com>

Redfish v1 boot state mapping update for boot table JSON

Changes:
- Update boot table to redfish mapping state
- Added GET current active session info for reference

Change-Id: I3f599194

Redfish v1 boot state mapping update for boot table JSON

Changes:
- Update boot table to redfish mapping state
- Added GET current active session info for reference

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

show more ...

8abbb4d929-Jan-2021 Prashanth Katti <prkatti1@in.ibm.com>

IPv6 libraries and base code

Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com>
Change-Id: I0bffbe24582f8adcf69755f318e3c2686eaab022

16b3c7bf28-Jan-2021 George Keishing <gkeishin@in.ibm.com>

Fix typo in the code and documentation

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


/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/cp_post_boot
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/cp_stop_check
/openbmc/openbmc-test-automation/data/resource_lock_table.json
/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot
/openbmc/openbmc-test-automation/gui/gui_test/access_control/test_obmc_gui_ldap.robot
/openbmc/openbmc-test-automation/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
code_update_utils.py
common_utils.robot
connection_client.robot
redfish_code_update_utils.robot
utils.robot
/openbmc/openbmc-test-automation/openpower/check_error_logs.robot
/openbmc/openbmc-test-automation/openpower/check_vpd_and_hw_status.robot
/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_lock_management.robot
/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_savearea_management.robot
/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot
/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmicert_management.robot
/openbmc/openbmc-test-automation/openpower/pel/test_bmc_pel.robot
/openbmc/openbmc-test-automation/openpower/vpd/test_vpd_tool.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_bmc_dump.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/update_service/test_redfish_bmc_code_update.robot
/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_host_code_update.robot
/openbmc/openbmc-test-automation/tests/test_hardware_sensors.robot
41540ea707-Jan-2021 Sushil Singh <susilsi7@in.ibm.com>

Redfish change to switch the backup image to functional

changes:
- Added keyword "Switch Backup Firmware Image To Functional"
- corrected the typo

Change-Id: I07b3c1da1fb8a193a51253d8b07c2def

Redfish change to switch the backup image to functional

changes:
- Added keyword "Switch Backup Firmware Image To Functional"
- corrected the typo

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

show more ...

4f76cf6622-Dec-2020 George Keishing <gkeishin@in.ibm.com>

Update GET request header to Content-Type=application/json

Looks like recent bmcweb changes blocks the GET request for
Content-Type=application/octet-stream

Change-Id: I4e66c4d10d99c902884530a24464

Update GET request header to Content-Type=application/json

Looks like recent bmcweb changes blocks the GET request for
Content-Type=application/octet-stream

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

show more ...

7e9191be08-Dec-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for VPD test failure

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

7b83a7fc07-Dec-2020 George Keishing <gkeishin@in.ibm.com>

Keyword to read the redfish boot progress state

Changes:
- New keyword to GET and return the boot progress state.
- Add new keyword to return all the system states.

boot state example:

Keyword to read the redfish boot progress state

Changes:
- New keyword to GET and return the boot progress state.
- Add new keyword to return all the system states.

boot state example:
{
'bmc': 'Enabled',
'chassis': 'Off',
'host': 'Disabled',
'boot_progress': 'None'
}

{
'bmc': 'Enabled',
'chassis': 'On',
'host': 'Enabled',
'boot_progress': 'SystemHardwareInitializationComplete'
}

{
'bmc': 'Enabled',
'chassis': 'On',
'host': 'Enabled',
'boot_progress': 'OSRunning'
}

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

show more ...

74c1c85609-Dec-2020 George Keishing <gkeishin@in.ibm.com>

Ignore session delete failure

When deleting all the active session, it is possible that a listed
session just expired and cleanup automatically. In that situation
the delete would return failure.

C

Ignore session delete failure

When deleting all the active session, it is possible that a listed
session just expired and cleanup automatically. In that situation
the delete would return failure.

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

show more ...

4d65c86d03-Dec-2020 George Keishing <gkeishin@in.ibm.com>

Purge all active redfish session post boot test run

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

b2150da807-Dec-2020 Sushil Singh <susilsi7@in.ibm.com>

Automation change to move common keyword to file
lib/redfish_code_update_utils.robot

changes:
- Moveing below keywords
from redfish/extended/redfish_bmc_code_update.robot
to lib/redfis

Automation change to move common keyword to file
lib/redfish_code_update_utils.robot

changes:
- Moveing below keywords
from redfish/extended/redfish_bmc_code_update.robot
to lib/redfish_code_update_utils.robot
- "Get BMC Functional Firmware"
- "Get Functional Firmware"
- "Get Non Functional Firmware"

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

show more ...

da40c1d201-Dec-2020 Michael Shepos <shepos@us.ibm.com>

Changes to support Redfish boot progress

Signed-off-by: Michael Shepos <shepos@us.ibm.com>
Change-Id: Icfe34896b5801f13a344b6a3983696796dc476cb


/openbmc/openbmc-test-automation/gui/data/gui_variables.py
/openbmc/openbmc-test-automation/gui/data/resource_variables.py
/openbmc/openbmc-test-automation/gui/gui_test/access_control/test_obmc_gui_certificate.robot
/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_obmc_gui_kvm_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/control_menu/test_obmc_gui_sol_console.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/gui_header/test_gui_header.robot
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_obmc_profile_settings.robot
/openbmc/openbmc-test-automation/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/health_menu/test_obmc_gui_hardware_status_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/health_menu/test_obmc_gui_sensors.robot
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/test_overview_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/server_config/test_date_time_settings_sub_menu.robot
/openbmc/openbmc-test-automation/gui/gui_test/server_config/test_obmc_gui_firmware_update.robot
/openbmc/openbmc-test-automation/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
/openbmc/openbmc-test-automation/gui/lib/gui_resource.robot
/openbmc/openbmc-test-automation/gui/lib/resource.robot
boot_data.py
state.py
6ceba1cf25-Nov-2020 George Keishing <gkeishin@in.ibm.com>

Redfish boot table and introduce transition varaible

Changes:
- Update redfish boot table.
- Added REDFISH_SUPPORT_TRANS_STATE transition flag
to enable REST vs Redfish and new boot

Redfish boot table and introduce transition varaible

Changes:
- Update redfish boot table.
- Added REDFISH_SUPPORT_TRANS_STATE transition flag
to enable REST vs Redfish and new boot progress
changes.

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

show more ...

ca49ced305-Nov-2020 Sushil Singh <susilsi7@in.ibm.com>

Implementation change of getting server ip

changes:
- Implementation change of getting server ip using socket
- Removed:
Create A Session With ClientID
Get Session Information By

Implementation change of getting server ip

changes:
- Implementation change of getting server ip using socket
- Removed:
Create A Session With ClientID
Get Session Information By ClientID
Verify A Session Created With ClientID

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

show more ...

961050ba12-Nov-2020 Sridevi Ramesh <sridevra@in.ibm.com>

Fix pldmtool output to support json format

Change-Id: I92a6af0ca1ee5edf77fda1439435bf3956881b0d
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>

0ef1e15702-Nov-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for VPD write test case failure

Changes include:
- Modified Vpdtool function to only return output
if its a VPD read command.
- Restore old VPD data after VPD write test.

Change-I

Fix for VPD write test case failure

Changes include:
- Modified Vpdtool function to only return output
if its a VPD read command.
- Restore old VPD data after VPD write test.

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

show more ...

92a54bf511-Nov-2020 Michael Shepos <shepos@us.ibm.com>

Add changes to fix REDFISH_REST_SUPPORTED not found

Signed-off-by: Michael Shepos <shepos@us.ibm.com>
Change-Id: I2eae7831771250317ab09c671c89ac6aa244812f

a89ff9ef25-Sep-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix to accommodate xyz's BMC dump path changes

BMC dump uri has changed from /xyz/openbmc_project/dump/entry/ to
/xyz/openbmc_project/dump/bmc/entry/. This change is to make dump
automation work on

Fix to accommodate xyz's BMC dump path changes

BMC dump uri has changed from /xyz/openbmc_project/dump/entry/ to
/xyz/openbmc_project/dump/bmc/entry/. This change is to make dump
automation work on builds with or without this url changes.

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

show more ...

87e984c820-Oct-2020 Sushil Singh <susilsi7@in.ibm.com>

Code enhancement on creating an session and verifying
the session information

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

e07858a616-Oct-2020 manashsarma <manashsarma@in.ibm.com>

Add GUI test cases for LDAP and HTTPS certificate installation

Added test cases:
- Verify Installed HTTPS Certificate
- Verify Installed LDAP Certificate

Change-Id: Ic155cd3fa89aa2d51a519ffcbe1a6dc

Add GUI test cases for LDAP and HTTPS certificate installation

Added test cases:
- Verify Installed HTTPS Certificate
- Verify Installed LDAP Certificate

Change-Id: Ic155cd3fa89aa2d51a519ffcbe1a6dc220eb29c4
Signed-off-by: manashsarma <manashsarma@in.ibm.com>

show more ...

b9feda7005-Oct-2020 manashsarma <manashsarma@in.ibm.com>

Added test to verify installed CA certificate

Added testcases:
- Verify Installed CA Certificate

Change-Id: I2e8fb36c3ebbde167b1aa2dcc3611ba05cbb9024
Signed-off-by: manashsarma <manashsarma@in.ibm.

Added test to verify installed CA certificate

Added testcases:
- Verify Installed CA Certificate

Change-Id: I2e8fb36c3ebbde167b1aa2dcc3611ba05cbb9024
Signed-off-by: manashsarma <manashsarma@in.ibm.com>

show more ...

95cbcebd21-Oct-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Added test cases related to BMC dump delete

Test cases added:
- Delete User Initiated BMC Dump And Verify
- Delete All User Initiated BMC Dumps And Verify

Change-Id: If0a6004b2905318a2070ce

Added test cases related to BMC dump delete

Test cases added:
- Delete User Initiated BMC Dump And Verify
- Delete All User Initiated BMC Dumps And Verify

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

show more ...

de5d6f1f14-Oct-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Added a keyword to delete all BMC dump via Redfish

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

b131ff3813-Oct-2020 George Keishing <gkeishin@in.ibm.com>

REDFISH_REST_SUPPORTED initialize to support backward compatible

Due to the test infrastructure by default checks for redfish as
a first choice to probe to connect to BMC, by default set to true
for

REDFISH_REST_SUPPORTED initialize to support backward compatible

Due to the test infrastructure by default checks for redfish as
a first choice to probe to connect to BMC, by default set to true
for REST and redfish support.

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

show more ...

a7b1912c04-Oct-2020 George Keishing <gkeishin@in.ibm.com>

Update openbmctool paths

Due to recent changes in the openbmc/openbmc-tools directory
structure changes, making the changes in the openbmc test scripts.

Change-Id: Ia32e45280b975359d9b22d2216e761e0

Update openbmctool paths

Due to recent changes in the openbmc/openbmc-tools directory
structure changes, making the changes in the openbmc test scripts.

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

show more ...

0e5f113730-Sep-2020 Michael Shepos <shepos@us.ibm.com>

Use print_error_logs() to display BMC error_logs

Signed-off-by: Michael Shepos <shepos@us.ibm.com>
Change-Id: I1a41f6dcf504c7a1234be80e4a3e6fb2605b3fe1

1...<<11121314151617181920>>...65