History log of /openbmc/openbmc-test-automation/lib/certificate_utils.robot (Results 1 – 25 of 25)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ed0c14ae 03-Mar-2025 rramyasr-in <rramyasr@in.ibm.com>

GUI: Updated CLI Get BMC DateTime and Modify BMC Date keywords

Changes:
- Modified keyword called as CLI Get BMC DateTime.
- Modified keyword called as Modify BMC Date .

Tested:
- Succe

GUI: Updated CLI Get BMC DateTime and Modify BMC Date keywords

Changes:
- Modified keyword called as CLI Get BMC DateTime.
- Modified keyword called as Modify BMC Date .

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

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

show more ...


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
# 85c22656 22-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 ...


# 4d430283 27-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 ...


# 8d31f15e 27-Apr-2023 ganesanb <ganesanb@ami.com>

Certificate: Hardcoded keybit length was removed and an keyword was introduced to have keybit length in variables section

Changes:
- ${keybit_length} keyword was introduced in variables section.

Certificate: Hardcoded keybit length was removed and an keyword was introduced to have keybit length in variables section

Changes:
- ${keybit_length} keyword was introduced in variables section.
- keybit length(2048) declared inside test case was renamed to ${keybit_length}.
- Introduced ${keybit_length} variable in lib/certificate_utils.robot file.
- Renamed hardcoded keybit length in "Generate Certificate File Via Openssl" keyword.

Tested:
- Ran Following Scripts Successfully
- redfish/dmtf_tools/test_redfishtool_certificate.robot
- redfish/managers/test_certificate.robot

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

show more ...


Revision tags: robotframework-requests
# fbd67007 01-Aug-2022 George Keishing <gkeishin@in.ibm.com>

Robotframework request package upgrade changes

Current working package version
robotframework-requests 0.7.2

To Test:
pip3 install robotframework-requests -U
or

Robotframework request package upgrade changes

Current working package version
robotframework-requests 0.7.2

To Test:
pip3 install robotframework-requests -U
or
# Once this commit is merged.
pip3 install -r requirements.txt

Version latest:
robotframework-requests 0.9.3

Refer Documentation:
https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html

What is not changed:
- The test cases under directory tests/ is not modified and is
deprecated but you can continue using it with older package
and configuration using

git clone -b v3.0-stable https://github.com/openbmc/openbmc-test-automation

Tested:
Upstream HW_CI test list, firmware code update and few other
test suite like ipmi, certificate, dumps, ffdc and redfish
test suites.

Note: I have not tested end to end, so it is likely there could be
grey areas where it could fail but should be minor w.r.t
response data format.

Resolves: openbmc/openbmc-test-automation#2105

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

show more ...


# 31888937 19-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Quick certificate delete causes bmcweb to stop

bmcweb.service: Start request repeated too quickly
and hit start-limit-hit

Tested:
robot -v OPENBMC_HOST:xx.xx.xx -v wait_time:200
red

Quick certificate delete causes bmcweb to stop

bmcweb.service: Start request repeated too quickly
and hit start-limit-hit

Tested:
robot -v OPENBMC_HOST:xx.xx.xx -v wait_time:200
redfish/managers/test_certificate.robot

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

show more ...


# 2dc2864c 19-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Adjust certificate install wait time to prevent bmcweb stopping

Changes:
- provision user to key in the with wait_time variable
example: -v wait_time:180

bmcweb.service: Start request

Adjust certificate install wait time to prevent bmcweb stopping

Changes:
- provision user to key in the with wait_time variable
example: -v wait_time:180

bmcweb.service: Start request repeated too quickly and hits the
limit and breaks the bmweb service until next BMC reset or restart
the bmcweb service manually.

This increases the test execution, however, there is no better way
to handle this in test cases.

Tested:
Ran successfully redfish/managers/test_certificate.robot

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

show more ...


# da8c7686 07-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Handle NTP Datetime GET request post disabling it

Changes:
- Added wait loop for 30 seconds to re-try due to NTP network
restart

Tested:
robot -v OPENBMC_HOST:xx.xx.xx.xx
--

Handle NTP Datetime GET request post disabling it

Changes:
- Added wait loop for 30 seconds to re-try due to NTP network
restart

Tested:
robot -v OPENBMC_HOST:xx.xx.xx.xx
--include Verify_Server_Certificate_Replace
--include Verify_Client_Certificate_Replace
--include Verify_Client_Certificate_Install
--include Verify_Server_Certificate_View_Via_Openssl
--include Verify_CSR_Generation_For_Server_Certificate
--include Verify_CSR_Generation_For_Client_Certificate
--include Verify_Expired_Certificate_Replace
redfish/managers/test_certificate.robot

Test Certificate :: Test certificate in OpenBMC. | PASS |
7 tests, 7 passed, 0 failed
==============================================================================

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

show more ...


# a4f334f7 13-May-2022 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Moved below keyword from certificate suite to utils

- Modify BMC Date

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


# f689bb6f 22-Apr-2022 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Moved a keyword from certificate suite to utils

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


# 6b20ffab 04-Aug-2021 Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com>

Corrected method of HTTPS certificate upload

For HTTPS certificate only replace is possible so replaced install certificate with replace certificate

Change-Id: I1e3f3e703f591700855bf24456b1487b4a92

Corrected method of HTTPS certificate upload

For HTTPS certificate only replace is possible so replaced install certificate with replace certificate

Change-Id: I1e3f3e703f591700855bf24456b1487b4a92fb30
Signed-off-by: Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com>

show more ...


Revision tags: v2.10-Hardknott
# e07858a6 16-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 ...


# b9feda70 05-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 ...


Revision tags: v2.8.0-stable
# bc855641 17-Jun-2020 Anusha Dathatri <adathatr@in.ibm.com>

Verify not yet valid certificates

- New test cases added
1. Verify_Not_Yet_Valid_Certificate_Install
2. Verify_Not_Yet_Valid_Certificate_Replace
Certificate types: CA, Client and Server

Signed-off-

Verify not yet valid certificates

- New test cases added
1. Verify_Not_Yet_Valid_Certificate_Install
2. Verify_Not_Yet_Valid_Certificate_Replace
Certificate types: CA, Client and Server

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

show more ...


# d334bdf1 10-Jun-2020 Anusha Dathatri <adathatr@in.ibm.com>

Enable variable input for HTTPS Port

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


# 6a849ad2 26-Feb-2020 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Removing keyword to install certificate using REST

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


# 84ae0d37 11-Oct-2019 Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>

Removing hard-coded path to Root-CA.pem file

Changes from topic 'TLS Auth' will introduce ability to install
multiple certificates in TrustStore. It will be possible becase
the Root-CA.pem file will

Removing hard-coded path to Root-CA.pem file

Changes from topic 'TLS Auth' will introduce ability to install
multiple certificates in TrustStore. It will be possible becase
the Root-CA.pem file will be replaced by folder.
This changerequest updates existing tests using template named:
'Install And Verify Certificate Via Redfish' by removing hardcoded
path to Root-CA.pem.

Tested:
Tests under name 'Verify Client Certificate Install' are passing.

Signed-off-by: Zbigniew Kurzynski <zbigniew.kurzynski@intel.com>
Change-Id: I0bc7aa4e0944a6aff3e9a649bae0379e9d09ee2a

show more ...


# a6ae3c39 05-Sep-2019 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Move 'Verify Certificate Visible Via OpenSSL'

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


Revision tags: v2.7-warrior-stable
# 2a848cf3 31-May-2019 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Fix for automation hang during openssl test

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


# 839a0c27 31-Jan-2019 Sandhya Somashekar <sansomas@in.ibm.com>

Replace resource.txt with resource.robot

Change-Id: I4d2afd35645880e33a31644cd717bbeae55666f0
Signed-off-by: Sandhya Somashekar <sansomas@in.ibm.com>


Revision tags: v2.6-thud-stable
# eadeef0c 17-Jan-2019 Sridevi Ramesh <sridevra@in.ibm.com>

Support required for X-Auth-Token

Resolves #openbmc/openbmc-test-automation/1493

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

Support required for X-Auth-Token

Resolves #openbmc/openbmc-test-automation/1493

Change-Id: I3f0c93348d270e040ac747c43de884a154689313
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


Revision tags: v2.2-stable
# 081eadb7 26-Oct-2018 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Test client CA certificate install and delete

Resolves openbmc/openbmc-test-automation#1475

Change-Id: I2e52f232728c6e10fb4f1014e2d83b4c27bd5953
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.

Test client CA certificate install and delete

Resolves openbmc/openbmc-test-automation#1475

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

show more ...


# 665bc61e 24-Oct-2018 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Added teardown method to delete certificate

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


# 984791ce 21-Sep-2018 Rahul Maheshwari <rahulmaheshwari@in.ibm.com>

Enable basic framework to test certificate upload

Also added test cases to test certificate install with
different format.

Resolves openbmc/openbmc-test-automation#1460

Change-Id: I0047242c2783e58

Enable basic framework to test certificate upload

Also added test cases to test certificate install with
different format.

Resolves openbmc/openbmc-test-automation#1460

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

show more ...