History log of /openbmc/openbmc-test-automation/redfish/ (Results 76 – 100 of 812)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
514a840c30-Aug-2023 Sushil Singh <susilsi7@in.ibm.com>

Firmware update path change

Changes:
- Added response code
- Resolved path issue for redfish
firmware update

Tested:
- Ran successfully
redfish/update_service/test_redfish_bmc_co

Firmware update path change

Changes:
- Added response code
- Resolved path issue for redfish
firmware update

Tested:
- Ran successfully
redfish/update_service/test_redfish_bmc_code_update.robot

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

show more ...

2742a9c929-Aug-2023 George Keishing <gkeishin@in.ibm.com>

Update Redfish_Interop_Validator test params

Changes:
- Restructure test parameters and add documentation

Tested:
- Verified from sandbox changes.

Change-Id: Ia66e918ff3367d806717259bbdc

Update Redfish_Interop_Validator test params

Changes:
- Restructure test parameters and add documentation

Tested:
- Verified from sandbox changes.

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

show more ...

18d3c8ad29-Aug-2023 George Keishing <gkeishin@in.ibm.com>

Update default branch name for Redfish-Interop-Validator

Changes:
- Update default master to main

Tested:
- Tested from sandbox

Change-Id: I74f70559eea9c55498fe1ed6293c4bfaf35b6acd
Signed-

Update default branch name for Redfish-Interop-Validator

Changes:
- Update default master to main

Tested:
- Tested from sandbox

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

show more ...

28af00af18-Aug-2023 manashsarma <manashsarma@in.ibm.com>

Fix testcase to verify replace certificate error

Changes: - Corrected expected error code in keyword
'Verify Redfishtool Replace Certificate'

Tested: - Ran the testcases for replacing ce

Fix testcase to verify replace certificate error

Changes: - Corrected expected error code in keyword
'Verify Redfishtool Replace Certificate'

Tested: - Ran the testcases for replacing certificate with
error from sandbox successfully.

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

show more ...

785b043124-Aug-2023 manashsarma <manashsarma@in.ibm.com>

Added fix in testcase for cert installation with redfishtool

Changes:
- Removed wrong argument passing to library method 'Redfishtool Post'

Tested:
- Ran the testcase 'Install Server

Added fix in testcase for cert installation with redfishtool

Changes:
- Removed wrong argument passing to library method 'Redfishtool Post'

Tested:
- Ran the testcase 'Install Server Certificate Using Redfishtool And Verify Via OpenSSL'
from sandbox successfully.

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

show more ...

53ccf4d429-Aug-2023 manashsarma <manashsarma@in.ibm.com>

Fix for CSR related tests in redfishtool certificate suite

Changes:
- keybit_length is suppose to have interger value. So now setting
keybit_length variable to an interger value of 2048.

Fix for CSR related tests in redfishtool certificate suite

Changes:
- keybit_length is suppose to have interger value. So now setting
keybit_length variable to an interger value of 2048.

Tested:
- Ran below test cases from sandbox successfully
Verify CSR Generation For Server Certificate Via Redfishtool
Verify CSR Generation For Client Certificate Via Redfishtool

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

show more ...

b0d8da4525-Aug-2023 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for CSR related tests in certificate bucket

Changes:
- keybit_length is suppose to have interger value. So now setting
keybit_length variable to an interger value of 2048.

Tested:

Fix for CSR related tests in certificate bucket

Changes:
- keybit_length is suppose to have interger value. So now setting
keybit_length variable to an interger value of 2048.

Tested:
- Ran below test cases from sandbox successfully
Verify_CSR_Generation_For_Server_Certificate
Verify_CSR_Generation_For_Client_Certificate

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

show more ...

6cc5bcf622-Aug-2023 manashsarma <manashsarma@in.ibm.com>

Added fix for BMC dump CT issues

Changes:
- Added wait keyword for bmc dump deletion to complete successfully.

Tested:
- Ran the affected testcases from sandbox successfully.

Change

Added fix for BMC dump CT issues

Changes:
- Added wait keyword for bmc dump deletion to complete successfully.

Tested:
- Ran the affected testcases from sandbox successfully.

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

show more ...

c2837c9828-Jul-2023 George Keishing <gkeishin@in.ibm.com>

HTTPS response header security update changes

Refer: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/64205
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
Changes:

HTTPS response header security update changes

Refer: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/64205
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection
Changes:
- Update the HTTPS response header paramters for checking

Tested:
- Upstream build and ran from sandbox changes

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

show more ...

e4f518d624-Jul-2023 Nagarjun B <nagarjunb@ami.com>

Moved a variable to resource file

From redfish/task_service/test_tasks.robot file moved
${TASK_JSON_FILE_PATH} to lib/resource.robot and given a default value

we can mention the relative path if we

Moved a variable to resource file

From redfish/task_service/test_tasks.robot file moved
${TASK_JSON_FILE_PATH} to lib/resource.robot and given a default value

we can mention the relative path if we triggering the script from
different directory other than openbmc-test-automation folder.
e.g.
robot -v TASK_JSON_FILE_PATH:openbmc-test-automation/data/task_state.json

by default variable ${TASK_JSON_FILE_PATH} will be data/task_state.json

Tested:
Ran robot redfish/task_service/test_tasks.robot

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

show more ...

7d92d07b12-Jul-2023 George Keishing <gkeishin@in.ibm.com>

Clean up code for Trailing Whitespace

Changes:
- Extra whitespace clean up from code

Tested:
- NA

Change-Id: I1c83d26e127122a2d38a8afe180ee6e478b3b8e7
Signed-off-by: George Keishing <gkeis

Clean up code for Trailing Whitespace

Changes:
- Extra whitespace clean up from code

Tested:
- NA

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

show more ...

f8e1819205-Jul-2023 George Keishing <gkeishin@in.ibm.com>

Admin user ssh test case changes to expectation

Changes:
- Modify test case to handle use case where admin user
ssh is allowed and not allowed

Tested:
- Ran from sandbox and tested.

Admin user ssh test case changes to expectation

Changes:
- Modify test case to handle use case where admin user
ssh is allowed and not allowed

Tested:
- Ran from sandbox and tested.
By default SSH access test is allowed set to True
User can change the behaviour of this test case by
passing via CLI -v ssh_access:False

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

show more ...

9832b8e728-Jun-2023 rramyasr-in <rramyasr@in.ibm.com>

GUI: Changes for Expired_Certificate Install and Replace.

Changes :-
As per new changes Expired certificate able to allow and gives success message,for that made code chnages for below testcases

GUI: Changes for Expired_Certificate Install and Replace.

Changes :-
As per new changes Expired certificate able to allow and gives success message,for that made code chnages for below testcases.

- Verify_Expired_Certificate_Install
- Verify_Expired_Certificate_Replace

Tested :-
- Successfully ran this from redfish/managers/test_certificate.robot

Change-Id: I541205d01009eb694edffce6a68e8c832dbd4dab
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>

show more ...

26e5957c09-Jun-2023 ganesanb <ganesanb@ami.com>

Redfish: Hardcoded managers id was renamed to ${MANAGER_ID}

Changes:
- In Apply DHCP Config Keyword Managers id was hardcoded as bmc
- Renamed hardcoded value to ${MANAGER_ID}

Tested:

Redfish: Hardcoded managers id was renamed to ${MANAGER_ID}

Changes:
- In Apply DHCP Config Keyword Managers id was hardcoded as bmc
- Renamed hardcoded value to ${MANAGER_ID}

Tested:
- Ran The Script Successfully

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

show more ...

663c2da526-May-2023 manashsarma <manashsarma@in.ibm.com>

Telemetry:Add basic telemetry report creation test

Changes:
- Added test case 'Verify Basic Telemetry Report Creation'

Tested:
- Ran the testcase from sandbox successfully.

Change-

Telemetry:Add basic telemetry report creation test

Changes:
- Added test case 'Verify Basic Telemetry Report Creation'

Tested:
- Ran the testcase from sandbox successfully.

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

show more ...

5eb37da818-May-2023 Sushil Singh <susilsi7@in.ibm.com>

Fix of new code update path

Changes:
- Added support for new code update path
/redfish/v1/UpdateService/update

Tested:
- Ran successfully
oem/nuvoton/test_redfish_mcu_fw_update.robo

Fix of new code update path

Changes:
- Added support for new code update path
/redfish/v1/UpdateService/update

Tested:
- Ran successfully
oem/nuvoton/test_redfish_mcu_fw_update.robot
redfish/update_service/test_redfish_host_code_update.robot
redfish/update_service/test_redfish_signed_image_update.robot

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

show more ...

dda695e026-Apr-2023 Sweta Potthuri <spotthur@in.ibm.com>

DHCP Properties

Changes:
- DHCP Properties for DNSServer, DomainName and NTP server

Tested:
- Ran the related test cases with fix from sandbox successfully.

Change-Id: I54d3c139290d30d77a6

DHCP Properties

Changes:
- DHCP Properties for DNSServer, DomainName and NTP server

Tested:
- Ran the related test cases with fix from sandbox successfully.

Change-Id: I54d3c139290d30d77a6da23109f0ed06adbb65d7
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>

show more ...

12ed4b7416-May-2023 Prashanth Katti <prkatti1@in.ibm.com>

IPv6 address changes

Changes:
- Added "Delete IPv6 Address And Verify" test case
- Added "Delete IPv6 Address" keyword

Tested:
- Ran successfully test_bmc_ipv6.robot

Change-Id: Id088ab18a62aca0499

IPv6 address changes

Changes:
- Added "Delete IPv6 Address And Verify" test case
- Added "Delete IPv6 Address" keyword

Tested:
- Ran successfully test_bmc_ipv6.robot

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

show more ...

a36926b317-May-2023 George Keishing <gkeishin@in.ibm.com>

Fix the Account user incorrect use of operand AND

Changes:
- Fix incorrect use of AND

Tested:
- Ran test from sandbox successfully.

Change-Id: I4f8c77530a1c97b6465ab46cdfe47fe8a680b562
Sig

Fix the Account user incorrect use of operand AND

Changes:
- Fix incorrect use of AND

Tested:
- Ran test from sandbox successfully.

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

show more ...

e01ee58715-May-2023 George Keishing <gkeishin@in.ibm.com>

Fix Line has trailing whitespace (TrailingWhitespace)

Changes:
- Remove trailing white spaces in code

Tested:
- NA

Change-Id: I6eb73386d46e6f189f127d0a64a5156d3c4c2854
Signed-off-by: Geo

Fix Line has trailing whitespace (TrailingWhitespace)

Changes:
- Remove trailing white spaces in code

Tested:
- NA

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

show more ...

628874f711-May-2023 ganesanb <ganesanb@ami.com>

Updated few test case name and tags

Changes:
- Updated few test case names and tags.

Tested:
- Ran Scripts Successfully

Change-Id: I0c60f4d19693cde9c8c0b26ddaabcd64e08aa7b4
Signed-off-by:

Updated few test case name and tags

Changes:
- Updated few test case names and tags.

Tested:
- Ran Scripts Successfully

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

show more ...

85c2265622-Apr-2023 ganesanb <ganesanb@ami.com>

Update redfish rsp code for cert update/install

Changes:
- Updated redfish response code to expect either 200 or 204
while updating or installing certificate via redfish.
- Both client

Update redfish rsp code for cert update/install

Changes:
- Updated redfish response code to expect either 200 or 204
while updating or installing certificate via redfish.
- Both client / server certificate response code updated.

Tested:
- Ran All The Scripts Successfully

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

show more ...

4d43028327-Apr-2023 ganesanb <ganesanb@ami.com>

Managers ID : Introduced variable to declare Managers ID in resource.robot and updated all the scripts in openbmc-test-automation

Changes:
- Introduced ${MANAGER_ID} variable in resource.robot

Managers ID : Introduced variable to declare Managers ID in resource.robot and updated all the scripts in openbmc-test-automation

Changes:
- Introduced ${MANAGER_ID} variable in resource.robot
- Replaced all the Managers/bmc to Managers/${MANAGER_ID} across all the scripts
- Also in data/variables.py updated chassis id for the few redfish uri.

Tested:
- Ran All The Scripts Successfully

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

show more ...


/openbmc/openbmc-test-automation/data/variables.py
/openbmc/openbmc-test-automation/docs/certificate_generate.md
/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot
/openbmc/openbmc-test-automation/extended/test_bmc_stress_buster.robot
/openbmc/openbmc-test-automation/ffdc/ffdc_config.yaml
/openbmc/openbmc-test-automation/ffdc/plugins/redfish.py
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/test_overview_menu.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_general.robot
/openbmc/openbmc-test-automation/ipmi/test_ipmi_network_verification.robot
/openbmc/openbmc-test-automation/lib/bmc_network_utils.robot
/openbmc/openbmc-test-automation/lib/bmc_redfish.py
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py
/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.robot
/openbmc/openbmc-test-automation/lib/certificate_utils.robot
/openbmc/openbmc-test-automation/lib/common_utils.robot
/openbmc/openbmc-test-automation/lib/dump_utils.robot
/openbmc/openbmc-test-automation/lib/protocol_setting_utils.robot
/openbmc/openbmc-test-automation/lib/redfish_code_update_utils.robot
/openbmc/openbmc-test-automation/lib/redfish_plus.py
/openbmc/openbmc-test-automation/lib/redfish_request.py
/openbmc/openbmc-test-automation/lib/resource.robot
/openbmc/openbmc-test-automation/lib/utils.robot
/openbmc/openbmc-test-automation/network/test_bmc_dhcp_conf.robot
/openbmc/openbmc-test-automation/openpower/mpipl/test_mpipl_basic.robot
dmtf_tools/Redfish_JsonSchema_ResponseValidator.robot
dmtf_tools/test_redfishtool_certificate.robot
managers/test_bmc_dumps.robot
managers/test_bmc_ipv6.robot
managers/test_certificate.robot
managers/test_managers_bmc.robot
managers/test_managers_bmc_time.robot
managers/test_multiple_interfaces_dhcp.robot
service_root/test_service_root.robot
service_root/test_sessions_management.robot
task_service/test_tasks.robot
test_xit.robot
update_service/test_bmc_image_switch.robot
update_service/test_firmware_inventory.robot
update_service/test_redfish_bmc_code_update.robot
f437244409-May-2023 dnirmala <dhurgam.nirmala1@ibm.com>

Fix for the error log testcases
Changes:

- Removed the milliseconds from timestamp
Tested:

- Ran testcase successfully from sandbox

Change-Id: I9e5da666ace6e9e518c748f92d3dd7f54380b30b
Sig

Fix for the error log testcases
Changes:

- Removed the milliseconds from timestamp
Tested:

- Ran testcase successfully from sandbox

Change-Id: I9e5da666ace6e9e518c748f92d3dd7f54380b30b
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>

show more ...

746884b229-Sep-2022 aravinth0510 <aravinthr@ami.com>

Add test cases for user account manual unlock and authmethods

- Verify manually unlocking locked user account by setting
"Locked" property from true to false before "AccountLockout
Duration" is

Add test cases for user account manual unlock and authmethods

- Verify manually unlocking locked user account by setting
"Locked" property from true to false before "AccountLockout
Duration" is reached.
- Verify authmethod XToken enable and disable.
- On enable, session based auth should work.
- On disable, session based auth should fail.
- Verify authmethod BasicAuth enable and disable.
- On enable, basic auth should work.
- On disable, basic auth should fail.

Tested: redfish/account_service/test_user_account.robot

Signed-off-by: Aravinth R <aravinthr@ami.com>
Change-Id: Ifb0f53e42a1bcb050a9e503645b23e4c8edc1649

show more ...

12345678910>>...33